public interface IDriveItemVersionCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IDriveItemVersionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IDriveItemVersionCollectionPage |
get() |
void |
get(ICallback<IDriveItemVersionCollectionPage> callback) |
DriveItemVersion |
post(DriveItemVersion newDriveItemVersion) |
void |
post(DriveItemVersion newDriveItemVersion,
ICallback<DriveItemVersion> callback) |
IDriveItemVersionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDriveItemVersionCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IDriveItemVersionCollectionPage> callback)
IDriveItemVersionCollectionPage get() throws ClientException
ClientExceptionvoid post(DriveItemVersion newDriveItemVersion, ICallback<DriveItemVersion> callback)
DriveItemVersion post(DriveItemVersion newDriveItemVersion) throws ClientException
ClientExceptionIDriveItemVersionCollectionRequest expand(java.lang.String value)
value - the expand clauseIDriveItemVersionCollectionRequest select(java.lang.String value)
value - the select clauseIDriveItemVersionCollectionRequest top(int value)
value - the max number of items to return