public class AppRoleAssignmentCollectionRequest extends BaseCollectionRequest<AppRoleAssignmentCollectionResponse,IAppRoleAssignmentCollectionPage> implements IAppRoleAssignmentCollectionRequest
| Constructor and Description |
|---|
AppRoleAssignmentCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of AppRoleAssignment
|
| Modifier and Type | Method and Description |
|---|---|
IAppRoleAssignmentCollectionPage |
buildFromResponse(AppRoleAssignmentCollectionResponse response) |
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)
Add Skip token for pagination
|
IAppRoleAssignmentCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic AppRoleAssignmentCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super IAppRoleAssignmentCollectionPage> callback)
get in interface IAppRoleAssignmentCollectionRequestpublic IAppRoleAssignmentCollectionPage get() throws ClientException
get in interface IAppRoleAssignmentCollectionRequestClientExceptionpublic void post(AppRoleAssignment newAppRoleAssignment, ICallback<? super AppRoleAssignment> callback)
post in interface IAppRoleAssignmentCollectionRequestpublic AppRoleAssignment post(AppRoleAssignment newAppRoleAssignment) throws ClientException
post in interface IAppRoleAssignmentCollectionRequestClientExceptionpublic IAppRoleAssignmentCollectionRequest expand(java.lang.String value)
expand in interface IAppRoleAssignmentCollectionRequestvalue - the expand clausepublic IAppRoleAssignmentCollectionRequest filter(java.lang.String value)
filter in interface IAppRoleAssignmentCollectionRequestvalue - the filter clausepublic IAppRoleAssignmentCollectionRequest orderBy(java.lang.String value)
orderBy in interface IAppRoleAssignmentCollectionRequestvalue - the order by clausepublic IAppRoleAssignmentCollectionRequest select(java.lang.String value)
select in interface IAppRoleAssignmentCollectionRequestvalue - the select clausepublic IAppRoleAssignmentCollectionRequest top(int value)
top in interface IAppRoleAssignmentCollectionRequestvalue - the max number of items to returnpublic IAppRoleAssignmentCollectionRequest skip(int value)
skip in interface IAppRoleAssignmentCollectionRequestvalue - of the number of items to skippublic IAppRoleAssignmentCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IAppRoleAssignmentCollectionRequestskipToken - - Token for paginationpublic IAppRoleAssignmentCollectionPage buildFromResponse(AppRoleAssignmentCollectionResponse response)