public class RoleDefinitionCollectionRequest extends BaseCollectionRequest<RoleDefinitionCollectionResponse,IRoleDefinitionCollectionPage> implements IRoleDefinitionCollectionRequest
| Constructor and Description |
|---|
RoleDefinitionCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of RoleDefinition
|
| Modifier and Type | Method and Description |
|---|---|
IRoleDefinitionCollectionPage |
buildFromResponse(RoleDefinitionCollectionResponse response) |
IRoleDefinitionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IRoleDefinitionCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IRoleDefinitionCollectionPage |
get() |
void |
get(ICallback<? super IRoleDefinitionCollectionPage> callback) |
IRoleDefinitionCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
RoleDefinition |
post(RoleDefinition newRoleDefinition) |
void |
post(RoleDefinition newRoleDefinition,
ICallback<? super RoleDefinition> callback) |
IRoleDefinitionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IRoleDefinitionCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IRoleDefinitionCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IRoleDefinitionCollectionRequest |
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 RoleDefinitionCollectionRequest(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 IRoleDefinitionCollectionPage> callback)
get in interface IRoleDefinitionCollectionRequestpublic IRoleDefinitionCollectionPage get() throws ClientException
get in interface IRoleDefinitionCollectionRequestClientExceptionpublic void post(RoleDefinition newRoleDefinition, ICallback<? super RoleDefinition> callback)
post in interface IRoleDefinitionCollectionRequestpublic RoleDefinition post(RoleDefinition newRoleDefinition) throws ClientException
post in interface IRoleDefinitionCollectionRequestClientExceptionpublic IRoleDefinitionCollectionRequest expand(java.lang.String value)
expand in interface IRoleDefinitionCollectionRequestvalue - the expand clausepublic IRoleDefinitionCollectionRequest filter(java.lang.String value)
filter in interface IRoleDefinitionCollectionRequestvalue - the filter clausepublic IRoleDefinitionCollectionRequest orderBy(java.lang.String value)
orderBy in interface IRoleDefinitionCollectionRequestvalue - the order by clausepublic IRoleDefinitionCollectionRequest select(java.lang.String value)
select in interface IRoleDefinitionCollectionRequestvalue - the select clausepublic IRoleDefinitionCollectionRequest top(int value)
top in interface IRoleDefinitionCollectionRequestvalue - the max number of items to returnpublic IRoleDefinitionCollectionRequest skip(int value)
skip in interface IRoleDefinitionCollectionRequestvalue - of the number of items to skippublic IRoleDefinitionCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IRoleDefinitionCollectionRequestskipToken - - Token for paginationpublic IRoleDefinitionCollectionPage buildFromResponse(RoleDefinitionCollectionResponse response)