public class DriveItemDeltaCollectionRequest extends BaseCollectionRequest<DriveItemDeltaCollectionResponse,IDriveItemDeltaCollectionPage> implements IDriveItemDeltaCollectionRequest
| Constructor and Description |
|---|
DriveItemDeltaCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this DriveItemDelta
|
| Modifier and Type | Method and Description |
|---|---|
IDriveItemDeltaCollectionPage |
buildFromResponse(DriveItemDeltaCollectionResponse response) |
IDriveItemDeltaCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDriveItemDeltaCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IDriveItemDeltaCollectionPage |
get() |
void |
get(ICallback<? super IDriveItemDeltaCollectionPage> callback) |
IDriveItemDeltaCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IDriveItemDeltaCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDriveItemDeltaCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic DriveItemDeltaCollectionRequest(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<? super IDriveItemDeltaCollectionPage> callback)
get in interface IDriveItemDeltaCollectionRequestpublic IDriveItemDeltaCollectionPage get() throws ClientException
get in interface IDriveItemDeltaCollectionRequestClientExceptionpublic IDriveItemDeltaCollectionPage buildFromResponse(DriveItemDeltaCollectionResponse response)
public IDriveItemDeltaCollectionRequest select(java.lang.String value)
select in interface IDriveItemDeltaCollectionRequestvalue - the select clausepublic IDriveItemDeltaCollectionRequest top(int value)
top in interface IDriveItemDeltaCollectionRequestvalue - the max number of items to returnpublic IDriveItemDeltaCollectionRequest expand(java.lang.String value)
expand in interface IDriveItemDeltaCollectionRequestvalue - the expand clausepublic IDriveItemDeltaCollectionRequest filter(java.lang.String value)
value - the filter clausepublic IDriveItemDeltaCollectionRequest orderBy(java.lang.String value)
value - the order by clause