| Package | Description |
|---|---|
| com.box.boxjavalibv2.requests | |
| com.box.boxjavalibv2.requests.requestobjects | |
| com.box.boxjavalibv2.resourcemanagers |
| Constructor and Description |
|---|
GetFolderItemsRequest(IBoxConfig config,
IBoxJSONParser parser,
java.lang.String folderId,
BoxPagingRequestObject requestObject)
Constructor.
|
GetFolderTrashItemsRequest(IBoxConfig config,
IBoxJSONParser parser,
java.lang.String folderId,
BoxPagingRequestObject requestObject)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static BoxPagingRequestObject |
BoxPagingRequestObject.pagingRequestObject(int limit,
int offset)
BoxPagingRequestObject for get a paged list.
|
| Modifier and Type | Method and Description |
|---|---|
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) |