public interface IBoxCollectionsManager extends IBoxResourceManager
| Modifier and Type | Method and Description |
|---|---|
BoxCollection |
getAllCollections(BoxPagingRequestObject requestObject)
Get all collections.
|
BoxItemCollection |
getCollection(java.lang.String collectionId,
BoxDefaultRequestObject requestObject)
Get a collection.
|
BoxCollection |
getCollectionItems(java.lang.String collectionId,
BoxPagingRequestObject requestObject)
Get all items in a given collection.
|
BoxItemCollection getCollection(java.lang.String collectionId, BoxDefaultRequestObject requestObject) throws BoxRestException, BoxServerException, AuthFatalFailureException
collectionId - id of the collectionrequestObject - object that goes into request.BoxRestException - See BoxRestException for more info.BoxServerException - See BoxServerException for more info.AuthFatalFailureException - See AuthFatalFailureException for more info.BoxCollection getAllCollections(BoxPagingRequestObject requestObject) throws BoxRestException, BoxServerException, AuthFatalFailureException
requestObject - object that goes into request.BoxRestException - See BoxRestException for more info.BoxServerException - See BoxServerException for more info.AuthFatalFailureException - See AuthFatalFailureException for more info.BoxCollection getCollectionItems(java.lang.String collectionId, BoxPagingRequestObject requestObject) throws BoxRestException, BoxServerException, AuthFatalFailureException
collectionId - id of the collectionrequestObject - object that goes into request.BoxRestException - See BoxRestException for more info.BoxServerException - See BoxServerException for more info.AuthFatalFailureException - See AuthFatalFailureException for more info.