Package | Description |
---|---|
com.box.boxandroidlibv2.dao | |
com.box.boxjavalibv2.dao | |
com.box.boxjavalibv2.resourcemanagers | |
com.box.boxjavalibv2.utils |
Modifier and Type | Class and Description |
---|---|
class |
BoxAndroidCollection |
Modifier and Type | Method and Description |
---|---|
BoxCollection |
BoxFolder.getItemCollection()
Getter.Get the items(files, subfolders, web links...) under this box folder.
|
BoxCollection |
BoxItem.getPathCollection()
Get the path of folders to this item, starting at the root.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BoxFolder.setItemCollection(BoxCollection itemCollection)
Setter.
|
Constructor and Description |
---|
BoxCollection(BoxCollection obj)
Copy constructor, this does deep copy for all the fields.
|
Modifier and Type | Method and Description |
---|---|
BoxCollection |
IBoxGroupsManager.getAllCollaborations(java.lang.String groupId,
BoxDefaultRequestObject requestObject)
Get all collaborations of this group.
|
BoxCollection |
BoxGroupsManagerImpl.getAllCollaborations(java.lang.String groupId,
BoxDefaultRequestObject requestObject) |
BoxCollection |
IBoxGroupsManager.getAllGroups(BoxDefaultRequestObject requestObject)
Get all groups.
|
BoxCollection |
BoxGroupsManagerImpl.getAllGroups(BoxDefaultRequestObject requestObject) |
BoxCollection |
IBoxEventsManager.getEventOptions(BoxDefaultRequestObject requestObject)
Get Events options.
|
BoxCollection |
BoxEventsManagerImpl.getEventOptions(BoxDefaultRequestObject requestObject) |
BoxCollection |
IBoxFilesManager.getFileComments(java.lang.String fileId,
BoxDefaultRequestObject requestObject)
Get comments on a file.
|
BoxCollection |
BoxFilesManagerImpl.getFileComments(java.lang.String fileId,
BoxDefaultRequestObject requestObject) |
BoxCollection |
IBoxFoldersManager.getFolderItems(java.lang.String folderId,
BoxPagingRequestObject requestObject)
Get the items(subfolders, files, weblinks...) under a folder.
|
BoxCollection |
BoxFoldersManageImpl.getFolderItems(java.lang.String folderId,
BoxPagingRequestObject requestObject) |
BoxCollection |
IBoxTrashManager.getFolderTrashItems(java.lang.String folderId,
BoxPagingRequestObject requestObject)
Get the trashed items(subfolders, files, weblinks...) under a folder.
|
BoxCollection |
BoxTrashManagerImpl.getFolderTrashItems(java.lang.String folderId,
BoxPagingRequestObject requestObject) |
BoxCollection |
IBoxGroupsManager.getMemberships(java.lang.String groupId,
BoxDefaultRequestObject requestObject)
Get memberships of a group.
|
BoxCollection |
BoxGroupsManagerImpl.getMemberships(java.lang.String groupId,
BoxDefaultRequestObject requestObject) |
BoxCollection |
IBoxSearchManager.search(java.lang.String searchQuery,
BoxDefaultRequestObject requestObject)
Perform a search against the user's account.
|
BoxCollection |
BoxSearchManagerImpl.search(java.lang.String searchQuery,
BoxDefaultRequestObject requestObject) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<BoxCollaboration> |
BoxCollaborationsManagerImpl.getCollaborations(BoxCollection collection)
Deprecated.
|
static java.util.List<BoxComment> |
BoxCommentsManagerImpl.getComments(BoxCollection collection)
Deprecated.
|
static java.util.List<BoxEmailAlias> |
BoxUsersManagerImpl.getEmailAliases(BoxCollection collection)
Deprecated.
|
static java.util.List<BoxEvent> |
BoxEventsManagerImpl.getEvents(BoxCollection collection)
Deprecated.
|
static java.util.List<BoxFile> |
BoxFilesManagerImpl.getFiles(BoxCollection collection)
Deprecated.
|
static java.util.List<BoxFileVersion> |
BoxFilesManagerImpl.getFileVersions(BoxCollection collection)
Deprecated.
|
static java.util.List<BoxFolder> |
BoxFoldersManageImpl.getFolders(BoxCollection collection)
Deprecated.
|
static java.util.List<BoxUser> |
BoxUsersManagerImpl.getUsers(BoxCollection collection)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T extends BoxTypedObject> |
Utils.getTypedObjects(BoxCollection collection,
java.lang.Class<T> cls)
Filter out a list of specified type BoxTypedObject's from a Collection
|