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
ClientException
Drive post(Drive newDrive) throws ClientException
ClientException
IDriveCollectionRequest 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