| Package | Description |
|---|---|
| com.box.boxjavalibv2.dao | |
| com.box.boxjavalibv2.resourcemanagers |
| 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 |
BoxGroupsManager.getAllCollaborations(String groupId,
BoxDefaultRequestObject requestObject) |
BoxCollection |
BoxGroupsManager.getAllGroups(BoxDefaultRequestObject requestObject) |
BoxCollection |
BoxEventsManager.getEventOptions(BoxDefaultRequestObject requestObject)
Get Events options.
|
BoxCollection |
BoxFilesManager.getFileComments(String fileId,
BoxDefaultRequestObject requestObject)
Get comments on a file.
|
BoxCollection |
BoxFoldersManager.getFolderItems(String folderId,
BoxFolderRequestObject requestObject)
Get the items(subfolders, files, weblinks...) under a folder.
|
BoxCollection |
BoxFoldersManager.getFolderTrashItems(String folderId,
BoxFolderRequestObject requestObject)
Get the trashed items(subfolders, files, weblinks...) under a folder.
|
BoxCollection |
BoxGroupsManager.getMemberships(String groupId,
BoxDefaultRequestObject requestObject) |
BoxCollection |
BoxSearchManager.search(String searchQuery,
BoxDefaultRequestObject requestObject)
Perform a search against the user's account.
|
| Modifier and Type | Method and Description |
|---|---|
static List<BoxCollaboration> |
BoxCollaborationsManager.getCollaborations(BoxCollection collection)
Get collaborations from a collection.
|
static List<BoxComment> |
BoxCommentsManager.getComments(BoxCollection collection)
Get comments from a collection.
|
static List<BoxEmailAlias> |
BoxUsersManager.getEmailAliases(BoxCollection collection)
Get email aliases from a collection.
|
static List<BoxEvent> |
BoxEventsManager.getEvents(BoxCollection collection)
Get comments from a collection.
|
static List<BoxFile> |
BoxFilesManager.getFiles(BoxCollection collection)
Get files in a collection.
|
static List<BoxFileVersion> |
BoxFilesManager.getFileVersions(BoxCollection collection)
Get file versions in a collection.
|
static List<BoxFolder> |
BoxFoldersManager.getFolders(BoxCollection collection)
Get folders in a collection.
|
static List<BoxUser> |
BoxUsersManager.getUsers(BoxCollection collection)
Get users from a collection.
|
Copyright © 2014. All Rights Reserved.