public interface IDriveItemDeltaCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDriveItemDeltaCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDriveItemDeltaCollectionPage |
get() |
void |
get(ICallback<IDriveItemDeltaCollectionPage> callback) |
IDriveItemDeltaCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDriveItemDeltaCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDriveItemDeltaCollectionPage> callback)
IDriveItemDeltaCollectionPage get() throws ClientException
ClientExceptionIDriveItemDeltaCollectionRequest select(java.lang.String value)
value - the select clauseIDriveItemDeltaCollectionRequest expand(java.lang.String value)
value - the expand clauseIDriveItemDeltaCollectionRequest top(int value)
value - the max number of items to return