public interface IDriveItemCreateLinkRequest
| Modifier and Type | Method and Description |
|---|---|
IDriveItemCreateLinkRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
Permission |
post() |
void |
post(ICallback<Permission> callback) |
IDriveItemCreateLinkRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IDriveItemCreateLinkRequest |
top(int value)
Sets the top value for the request
|
void post(ICallback<Permission> callback)
Permission post() throws ClientException
ClientExceptionIDriveItemCreateLinkRequest select(java.lang.String value)
value - the select clauseIDriveItemCreateLinkRequest top(int value)
value - the max number of items to returnIDriveItemCreateLinkRequest expand(java.lang.String value)
value - the expand clause