public class DriveItemVersionCollectionRequest extends BaseCollectionRequest<DriveItemVersionCollectionResponse,IDriveItemVersionCollectionPage> implements IDriveItemVersionCollectionRequest
| Constructor and Description |
|---|
DriveItemVersionCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of DriveItemVersion
|
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 DriveItemVersionCollectionRequest(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<IDriveItemVersionCollectionPage> callback)
get in interface IDriveItemVersionCollectionRequestpublic IDriveItemVersionCollectionPage get() throws ClientException
get in interface IDriveItemVersionCollectionRequestClientExceptionpublic void post(DriveItemVersion newDriveItemVersion, ICallback<DriveItemVersion> callback)
post in interface IDriveItemVersionCollectionRequestpublic DriveItemVersion post(DriveItemVersion newDriveItemVersion) throws ClientException
post in interface IDriveItemVersionCollectionRequestClientExceptionpublic IDriveItemVersionCollectionRequest expand(java.lang.String value)
expand in interface IDriveItemVersionCollectionRequestvalue - the expand clausepublic IDriveItemVersionCollectionRequest filter(java.lang.String value)
filter in interface IDriveItemVersionCollectionRequestvalue - the filter clausepublic IDriveItemVersionCollectionRequest select(java.lang.String value)
select in interface IDriveItemVersionCollectionRequestvalue - the select clausepublic IDriveItemVersionCollectionRequest top(int value)
top in interface IDriveItemVersionCollectionRequestvalue - the max number of items to returnpublic IDriveItemVersionCollectionRequest skip(int value)
skip in interface IDriveItemVersionCollectionRequestvalue - of the number of items to skippublic IDriveItemVersionCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IDriveItemVersionCollectionRequestskipToken - - Token for paginationpublic IDriveItemVersionCollectionPage buildFromResponse(DriveItemVersionCollectionResponse response)