public interface IRoleDefinitionCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IRoleDefinitionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IRoleDefinitionCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IRoleDefinitionCollectionPage |
get() |
void |
get(ICallback<? super IRoleDefinitionCollectionPage> callback) |
IRoleDefinitionCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
RoleDefinition |
post(RoleDefinition newRoleDefinition) |
void |
post(RoleDefinition newRoleDefinition,
ICallback<? super RoleDefinition> callback) |
IRoleDefinitionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IRoleDefinitionCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IRoleDefinitionCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IRoleDefinitionCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IRoleDefinitionCollectionPage> callback)
IRoleDefinitionCollectionPage get() throws ClientException
ClientExceptionvoid post(RoleDefinition newRoleDefinition, ICallback<? super RoleDefinition> callback)
RoleDefinition post(RoleDefinition newRoleDefinition) throws ClientException
ClientExceptionIRoleDefinitionCollectionRequest expand(java.lang.String value)
value - the expand clauseIRoleDefinitionCollectionRequest filter(java.lang.String value)
value - the filter clauseIRoleDefinitionCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIRoleDefinitionCollectionRequest select(java.lang.String value)
value - the select clauseIRoleDefinitionCollectionRequest top(int value)
value - the max number of items to returnIRoleDefinitionCollectionRequest skip(int value)
value - of the number of items to skipIRoleDefinitionCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination