public interface IAppRoleAssignmentCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IAppRoleAssignmentCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IAppRoleAssignmentCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IAppRoleAssignmentCollectionPage |
get() |
void |
get(ICallback<? super IAppRoleAssignmentCollectionPage> callback) |
IAppRoleAssignmentCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
AppRoleAssignment |
post(AppRoleAssignment newAppRoleAssignment) |
void |
post(AppRoleAssignment newAppRoleAssignment,
ICallback<? super AppRoleAssignment> callback) |
IAppRoleAssignmentCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IAppRoleAssignmentCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IAppRoleAssignmentCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IAppRoleAssignmentCollectionRequest |
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 IAppRoleAssignmentCollectionPage> callback)
IAppRoleAssignmentCollectionPage get() throws ClientException
ClientExceptionvoid post(AppRoleAssignment newAppRoleAssignment, ICallback<? super AppRoleAssignment> callback)
AppRoleAssignment post(AppRoleAssignment newAppRoleAssignment) throws ClientException
ClientExceptionIAppRoleAssignmentCollectionRequest expand(java.lang.String value)
value - the expand clauseIAppRoleAssignmentCollectionRequest filter(java.lang.String value)
value - the filter clauseIAppRoleAssignmentCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIAppRoleAssignmentCollectionRequest select(java.lang.String value)
value - the select clauseIAppRoleAssignmentCollectionRequest top(int value)
value - the max number of items to returnIAppRoleAssignmentCollectionRequest skip(int value)
value - of the number of items to skipIAppRoleAssignmentCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination