public interface IDriveItemCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IDriveItemCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDriveItemCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IDriveItemCollectionPage |
get() |
void |
get(ICallback<? super IDriveItemCollectionPage> callback) |
IDriveItemCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
DriveItem |
post(DriveItem newDriveItem) |
void |
post(DriveItem newDriveItem,
ICallback<? super DriveItem> callback) |
IDriveItemCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDriveItemCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IDriveItemCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IDriveItemCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IDriveItemCollectionPage> callback)
IDriveItemCollectionPage get() throws ClientException
ClientExceptionDriveItem post(DriveItem newDriveItem) throws ClientException
ClientExceptionIDriveItemCollectionRequest expand(java.lang.String value)
value - the expand clauseIDriveItemCollectionRequest filter(java.lang.String value)
value - the filter clauseIDriveItemCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIDriveItemCollectionRequest select(java.lang.String value)
value - the select clauseIDriveItemCollectionRequest top(int value)
value - the max number of items to returnIDriveItemCollectionRequest skip(int value)
value - of the number of items to skipIDriveItemCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination