public interface IDriveCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDriveCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDriveCollectionPage |
get() |
void |
get(ICallback<IDriveCollectionPage> callback) |
Drive |
post(Drive newDrive) |
void |
post(Drive newDrive,
ICallback<Drive> callback) |
IDriveCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDriveCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDriveCollectionPage> callback)
IDriveCollectionPage get() throws ClientException
ClientExceptionDrive post(Drive newDrive) throws ClientException
ClientExceptionIDriveCollectionRequest expand(java.lang.String value)
value - the expand clauseIDriveCollectionRequest select(java.lang.String value)
value - the select clauseIDriveCollectionRequest top(int value)
value - the max number of items to return