public interface IRoleAssignmentCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IRoleAssignmentCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IRoleAssignmentCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IRoleAssignmentCollectionPage |
get() |
void |
get(ICallback<? super IRoleAssignmentCollectionPage> callback) |
IRoleAssignmentCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
RoleAssignment |
post(RoleAssignment newRoleAssignment) |
void |
post(RoleAssignment newRoleAssignment,
ICallback<? super RoleAssignment> callback) |
IRoleAssignmentCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IRoleAssignmentCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IRoleAssignmentCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IRoleAssignmentCollectionRequest |
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 IRoleAssignmentCollectionPage> callback)
IRoleAssignmentCollectionPage get() throws ClientException
ClientExceptionvoid post(RoleAssignment newRoleAssignment, ICallback<? super RoleAssignment> callback)
RoleAssignment post(RoleAssignment newRoleAssignment) throws ClientException
ClientExceptionIRoleAssignmentCollectionRequest expand(java.lang.String value)
value - the expand clauseIRoleAssignmentCollectionRequest filter(java.lang.String value)
value - the filter clauseIRoleAssignmentCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIRoleAssignmentCollectionRequest select(java.lang.String value)
value - the select clauseIRoleAssignmentCollectionRequest top(int value)
value - the max number of items to returnIRoleAssignmentCollectionRequest skip(int value)
value - of the number of items to skipIRoleAssignmentCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination