public interface ISharedDriveItemCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ISharedDriveItemCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISharedDriveItemCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ISharedDriveItemCollectionPage |
get() |
void |
get(ICallback<? super ISharedDriveItemCollectionPage> callback) |
ISharedDriveItemCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
SharedDriveItem |
post(SharedDriveItem newSharedDriveItem) |
void |
post(SharedDriveItem newSharedDriveItem,
ICallback<? super SharedDriveItem> callback) |
ISharedDriveItemCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISharedDriveItemCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ISharedDriveItemCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ISharedDriveItemCollectionRequest |
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 ISharedDriveItemCollectionPage> callback)
ISharedDriveItemCollectionPage get() throws ClientException
ClientExceptionvoid post(SharedDriveItem newSharedDriveItem, ICallback<? super SharedDriveItem> callback)
SharedDriveItem post(SharedDriveItem newSharedDriveItem) throws ClientException
ClientExceptionISharedDriveItemCollectionRequest expand(java.lang.String value)
value - the expand clauseISharedDriveItemCollectionRequest filter(java.lang.String value)
value - the filter clauseISharedDriveItemCollectionRequest orderBy(java.lang.String value)
value - the order by clauseISharedDriveItemCollectionRequest select(java.lang.String value)
value - the select clauseISharedDriveItemCollectionRequest top(int value)
value - the max number of items to returnISharedDriveItemCollectionRequest skip(int value)
value - of the number of items to skipISharedDriveItemCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination