public interface IDriveItemSearchCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDriveItemSearchCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDriveItemSearchCollectionPage |
get() |
void |
get(ICallback<IDriveItemSearchCollectionPage> callback) |
IDriveItemSearchCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDriveItemSearchCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDriveItemSearchCollectionPage> callback)
IDriveItemSearchCollectionPage get() throws ClientException
ClientExceptionIDriveItemSearchCollectionRequest select(java.lang.String value)
value - the select clauseIDriveItemSearchCollectionRequest expand(java.lang.String value)
value - the expand clauseIDriveItemSearchCollectionRequest top(int value)
value - the max number of items to return