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
|
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<IAppRoleAssignmentCollectionPage> callback)
get in interface IAppRoleAssignmentCollectionRequestpublic IAppRoleAssignmentCollectionPage get() throws ClientException
get in interface IAppRoleAssignmentCollectionRequestClientExceptionpublic void post(AppRoleAssignment newAppRoleAssignment, ICallback<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 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)