public interface IDriveItemVersionCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IDriveItemVersionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDriveItemVersionCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IDriveItemVersionCollectionPage |
get() |
void |
get(ICallback<IDriveItemVersionCollectionPage> callback) |
DriveItemVersion |
post(DriveItemVersion newDriveItemVersion) |
void |
post(DriveItemVersion newDriveItemVersion,
ICallback<DriveItemVersion> callback) |
IDriveItemVersionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDriveItemVersionCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IDriveItemVersionCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IDriveItemVersionCollectionRequest |
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<IDriveItemVersionCollectionPage> callback)
IDriveItemVersionCollectionPage get() throws ClientException
ClientExceptionvoid post(DriveItemVersion newDriveItemVersion, ICallback<DriveItemVersion> callback)
DriveItemVersion post(DriveItemVersion newDriveItemVersion) throws ClientException
ClientExceptionIDriveItemVersionCollectionRequest expand(java.lang.String value)
value - the expand clauseIDriveItemVersionCollectionRequest filter(java.lang.String value)
value - the filter clauseIDriveItemVersionCollectionRequest select(java.lang.String value)
value - the select clauseIDriveItemVersionCollectionRequest top(int value)
value - the max number of items to returnIDriveItemVersionCollectionRequest skip(int value)
value - of the number of items to skipIDriveItemVersionCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination