public class AppRoleAssignmentCollectionWithReferencesRequest extends BaseCollectionRequest<AppRoleAssignmentCollectionResponse,IAppRoleAssignmentCollectionPage> implements IAppRoleAssignmentCollectionWithReferencesRequest
| Constructor and Description |
|---|
AppRoleAssignmentCollectionWithReferencesRequest(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 |
|---|---|
IAppRoleAssignmentCollectionWithReferencesPage |
buildFromResponse(AppRoleAssignmentCollectionResponse response) |
IAppRoleAssignmentCollectionWithReferencesRequest |
expand(java.lang.String value) |
IAppRoleAssignmentCollectionWithReferencesRequest |
filter(java.lang.String value) |
IAppRoleAssignmentCollectionWithReferencesPage |
get() |
void |
get(ICallback<? super IAppRoleAssignmentCollectionWithReferencesPage> callback) |
IAppRoleAssignmentCollectionWithReferencesRequest |
orderBy(java.lang.String value) |
IAppRoleAssignmentCollectionWithReferencesRequest |
select(java.lang.String value) |
IAppRoleAssignmentCollectionWithReferencesRequest |
top(int value) |
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 AppRoleAssignmentCollectionWithReferencesRequest(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 IAppRoleAssignmentCollectionWithReferencesPage> callback)
get in interface IAppRoleAssignmentCollectionWithReferencesRequestpublic IAppRoleAssignmentCollectionWithReferencesPage get() throws ClientException
get in interface IAppRoleAssignmentCollectionWithReferencesRequestClientExceptionpublic IAppRoleAssignmentCollectionWithReferencesRequest expand(java.lang.String value)
expand in interface IAppRoleAssignmentCollectionWithReferencesRequestpublic IAppRoleAssignmentCollectionWithReferencesRequest filter(java.lang.String value)
public IAppRoleAssignmentCollectionWithReferencesRequest orderBy(java.lang.String value)
public IAppRoleAssignmentCollectionWithReferencesRequest select(java.lang.String value)
select in interface IAppRoleAssignmentCollectionWithReferencesRequestpublic IAppRoleAssignmentCollectionWithReferencesRequest top(int value)
top in interface IAppRoleAssignmentCollectionWithReferencesRequestpublic IAppRoleAssignmentCollectionWithReferencesPage buildFromResponse(AppRoleAssignmentCollectionResponse response)