Modifier and Type | Method and Description |
---|---|
List<Item> |
BoxConnector.fullSearch(SearchParams params)
The search endpoint provides a simple way of finding items that are accessible in a given user’s Box account.
|
org.mule.streaming.ProviderAwarePagingDelegate<Item,BoxConnector> |
BoxConnector.getFolderItems(String folderId,
List<String> fields,
org.mule.streaming.PagingConfiguration pagingConfiguration)
Retrieves the files and/or folders contained within this folder without any other metadata about the folder.
|
org.mule.streaming.ProviderAwarePagingDelegate<Item,BoxConnector> |
BoxConnector.getTrashedItems(List<String> fields,
org.mule.streaming.PagingConfiguration pagingConfiguration)
Retrieves the files and/or folders that have been moved to the trash.
|
List<Item> |
BoxConnector.search(String query,
String parentFolderId)
Deprecated.
Use
BoxConnector.fullSearch(SearchParams) instead. |
Modifier and Type | Class and Description |
---|---|
class |
File |
Modifier and Type | Class and Description |
---|---|
class |
Folder |
Modifier and Type | Method and Description |
---|---|
List<Item> |
SearchResponse.getEntries() |
Modifier and Type | Method and Description |
---|---|
void |
SearchResponse.setEntries(List<Item> items) |
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 |
---|---|
PaginatedResult<Item> |
FolderClient.listItems(String id,
int offset,
int limit,
List<String> fields) |
PaginatedResult<Item> |
FolderClientImpl.listItems(String id,
int offset,
int limit,
List<String> fields) |
List<Item> |
FolderClient.search(SearchParams searchParams) |
List<Item> |
FolderClientImpl.search(SearchParams params) |
List<Item> |
FolderClient.search(String query,
String parentId) |
List<Item> |
FolderClientImpl.search(String query,
String parentId) |
Modifier and Type | Method and Description |
---|---|
PaginatedResult<Item> |
TrashClient.list(int offset,
int limit,
List<String> fields) |
PaginatedResult<Item> |
TrashClientImpl.list(int offset,
int limit,
List<String> fields) |
Copyright © 2010–2019. All rights reserved.