magoffin.matt.ma2.domain
Interface GetCollectionListRequestType

All Known Subinterfaces:
GetCollectionListRequest

public interface GetCollectionListRequestType

Request a list of collections for the authenticated user. This action requires no parameters because a user is only allowed to view their own list of collections. This request can be used to get the list of available collections for a user to import media into. Java content class for get-collection-list-request-type complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/Volumes/Renton/Users/matt/ws/ws-home/matte/hyperjaxb2-build/src/main/resources/ws.xsd line 39)

 <complexType name="get-collection-list-request-type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>