public class DriveSharedWithMeCollectionRequest extends BaseCollectionRequest<DriveSharedWithMeCollectionResponse,IDriveSharedWithMeCollectionPage> implements IDriveSharedWithMeCollectionRequest
| Constructor and Description |
|---|
DriveSharedWithMeCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this DriveSharedWithMe
|
| Modifier and Type | Method and Description |
|---|---|
IDriveSharedWithMeCollectionPage |
buildFromResponse(DriveSharedWithMeCollectionResponse response) |
IDriveSharedWithMeCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDriveSharedWithMeCollectionPage |
get() |
void |
get(ICallback<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
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic DriveSharedWithMeCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<IDriveSharedWithMeCollectionPage> callback)
get in interface IDriveSharedWithMeCollectionRequestpublic IDriveSharedWithMeCollectionPage get() throws ClientException
get in interface IDriveSharedWithMeCollectionRequestClientExceptionpublic IDriveSharedWithMeCollectionPage buildFromResponse(DriveSharedWithMeCollectionResponse response)
public IDriveSharedWithMeCollectionRequest select(java.lang.String value)
select in interface IDriveSharedWithMeCollectionRequestvalue - the select clausepublic IDriveSharedWithMeCollectionRequest top(int value)
top in interface IDriveSharedWithMeCollectionRequestvalue - the max number of items to returnpublic IDriveSharedWithMeCollectionRequest expand(java.lang.String value)
expand in interface IDriveSharedWithMeCollectionRequestvalue - the expand clause