public interface IDriveItemPreviewRequest
| Modifier and Type | Method and Description |
|---|---|
IDriveItemPreviewRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ItemPreviewInfo |
post() |
void |
post(ICallback<ItemPreviewInfo> callback) |
IDriveItemPreviewRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDriveItemPreviewRequest |
top(int value)
Sets the top value for the request
|
void post(ICallback<ItemPreviewInfo> callback)
ItemPreviewInfo post() throws ClientException
ClientExceptionIDriveItemPreviewRequest select(java.lang.String value)
value - the select clauseIDriveItemPreviewRequest top(int value)
value - the max number of items to returnIDriveItemPreviewRequest expand(java.lang.String value)
value - the expand clause