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