public interface IRoleDefinitionCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IRoleDefinitionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IRoleDefinitionCollectionPage |
get() |
void |
get(ICallback<IRoleDefinitionCollectionPage> callback) |
RoleDefinition |
post(RoleDefinition newRoleDefinition) |
void |
post(RoleDefinition newRoleDefinition,
ICallback<RoleDefinition> callback) |
IRoleDefinitionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IRoleDefinitionCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IRoleDefinitionCollectionPage> callback)
IRoleDefinitionCollectionPage get() throws ClientException
ClientExceptionvoid post(RoleDefinition newRoleDefinition, ICallback<RoleDefinition> callback)
RoleDefinition post(RoleDefinition newRoleDefinition) throws ClientException
ClientExceptionIRoleDefinitionCollectionRequest expand(java.lang.String value)
value - the expand clauseIRoleDefinitionCollectionRequest select(java.lang.String value)
value - the select clauseIRoleDefinitionCollectionRequest top(int value)
value - the max number of items to return