public interface IDriveItemCopyRequest
| Modifier and Type | Method and Description |
|---|---|
IDriveItemCopyRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
DriveItem |
post() |
void |
post(ICallback<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
|
DriveItem 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