public interface IDriveItemCopyRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IDriveItemCopyRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
DriveItem |
post() |
void |
post(ICallback<? super DriveItem> callback) |
IDriveItemCopyRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDriveItemCopyRequest |
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
ClientExceptionIDriveItemCopyRequest select(java.lang.String value)
value - the select clauseIDriveItemCopyRequest top(int value)
value - the max number of items to returnIDriveItemCopyRequest expand(java.lang.String value)
value - the expand clause