public interface IDriveSharedWithMeCollectionRequest extends IHttpRequest
Modifier and Type | Method and Description |
---|---|
IDriveSharedWithMeCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDriveSharedWithMeCollectionPage |
get() |
void |
get(ICallback<? super IDriveSharedWithMeCollectionPage> callback) |
IDriveSharedWithMeCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDriveSharedWithMeCollectionRequest |
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, withHttpMethod
void get(ICallback<? super IDriveSharedWithMeCollectionPage> callback)
IDriveSharedWithMeCollectionPage get() throws ClientException
ClientException
IDriveSharedWithMeCollectionRequest select(java.lang.String value)
value
- the select clauseIDriveSharedWithMeCollectionRequest expand(java.lang.String value)
value
- the expand clauseIDriveSharedWithMeCollectionRequest top(int value)
value
- the max number of items to return