public interface IDriveItemCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDriveItemCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDriveItemCollectionPage |
get() |
void |
get(ICallback<IDriveItemCollectionPage> callback) |
DriveItem |
post(DriveItem newDriveItem) |
void |
post(DriveItem newDriveItem,
ICallback<DriveItem> callback) |
IDriveItemCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDriveItemCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDriveItemCollectionPage> callback)
IDriveItemCollectionPage get() throws ClientException
ClientExceptionDriveItem post(DriveItem newDriveItem) throws ClientException
ClientExceptionIDriveItemCollectionRequest expand(java.lang.String value)
value - the expand clauseIDriveItemCollectionRequest select(java.lang.String value)
value - the select clauseIDriveItemCollectionRequest top(int value)
value - the max number of items to return