public interface IDriveItemRestoreRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IDriveItemRestoreRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
DriveItem |
post() |
void |
post(ICallback<? super DriveItem> callback) |
IDriveItemRestoreRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDriveItemRestoreRequest |
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, withHttpMethodDriveItem post() throws ClientException
ClientExceptionIDriveItemRestoreRequest select(java.lang.String value)
value - the select clauseIDriveItemRestoreRequest top(int value)
value - the max number of items to returnIDriveItemRestoreRequest expand(java.lang.String value)
value - the expand clause