public interface IUserAssignLicenseRequest
| Modifier and Type | Method and Description |
|---|---|
IUserAssignLicenseRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
User |
post() |
void |
post(ICallback<User> callback) |
IUserAssignLicenseRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IUserAssignLicenseRequest |
top(int value)
Sets the top value for the request
|
User post() throws ClientException
ClientExceptionIUserAssignLicenseRequest select(java.lang.String value)
value - the select clauseIUserAssignLicenseRequest top(int value)
value - the max number of items to returnIUserAssignLicenseRequest expand(java.lang.String value)
value - the expand clause