Modifier and Type | Method and Description |
---|---|
List<Item> |
BoxConnector.getFolderItems(String folderId,
List<String> fields)
Retrieves the files and/or folders contained within this folder without any other metadata about the folder.
|
List<Item> |
BoxConnector.getTrashedItems(List<String> fields)
Retrieves the files and/or folders that have been moved to the trash.
|
List<Item> |
BoxConnector.search(String query,
String parentFolderId)
The search endpoint provides a simple way of finding items that are accessible in a given user’s Box account.
|
Modifier and Type | Class and Description |
---|---|
class |
File |
Modifier and Type | Class and Description |
---|---|
class |
Folder |
Modifier and Type | Method and Description |
---|---|
Item |
Assignment.getItem() |
Modifier and Type | Method and Description |
---|---|
void |
Assignment.setItem(Item item) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractItemOutputConverter<I extends com.box.sdk.BoxItem.Info,O extends Item>
Converter that provides a parent functionality over converting Items.
|
Modifier and Type | Method and Description |
---|---|
List<Item> |
FolderClientImpl.listItems(String id,
List<String> fields) |
List<Item> |
FolderClient.listItems(String id,
List<String> fields) |
List<Item> |
FolderClientImpl.search(String query,
String parentId) |
List<Item> |
FolderClient.search(String query,
String parentId) |
Modifier and Type | Method and Description |
---|---|
List<Item> |
TrashClientImpl.list(List<String> fields) |
List<Item> |
TrashClient.list(List<String> fields) |
Copyright © 2010–2016. All rights reserved.