public class RoleDefinitionWithReferenceRequest extends BaseRequest implements IRoleDefinitionWithReferenceRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
RoleDefinitionWithReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the RoleDefinition
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<? super RoleDefinition> callback) |
IRoleDefinitionWithReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
RoleDefinition |
get() |
void |
get(ICallback<? super RoleDefinition> callback) |
RoleDefinition |
patch(RoleDefinition sourceRoleDefinition) |
void |
patch(RoleDefinition sourceRoleDefinition,
ICallback<? super RoleDefinition> callback) |
RoleDefinition |
post(RoleDefinition newRoleDefinition,
IJsonBackedObject payload) |
void |
post(RoleDefinition newRoleDefinition,
IJsonBackedObject payload,
ICallback<? super RoleDefinition> callback) |
IRoleDefinitionWithReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, 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 RoleDefinitionWithReferenceRequest(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 post(RoleDefinition newRoleDefinition, IJsonBackedObject payload, ICallback<? super RoleDefinition> callback)
post in interface IRoleDefinitionWithReferenceRequestpublic RoleDefinition post(RoleDefinition newRoleDefinition, IJsonBackedObject payload) throws ClientException
post in interface IRoleDefinitionWithReferenceRequestClientExceptionpublic void get(ICallback<? super RoleDefinition> callback)
get in interface IRoleDefinitionWithReferenceRequestpublic RoleDefinition get() throws ClientException
get in interface IRoleDefinitionWithReferenceRequestClientExceptionpublic void delete(ICallback<? super RoleDefinition> callback)
delete in interface IRoleDefinitionWithReferenceRequestpublic void delete()
throws ClientException
delete in interface IRoleDefinitionWithReferenceRequestClientExceptionpublic void patch(RoleDefinition sourceRoleDefinition, ICallback<? super RoleDefinition> callback)
patch in interface IRoleDefinitionWithReferenceRequestpublic RoleDefinition patch(RoleDefinition sourceRoleDefinition) throws ClientException
patch in interface IRoleDefinitionWithReferenceRequestClientExceptionpublic IRoleDefinitionWithReferenceRequest select(java.lang.String value)
select in interface IRoleDefinitionWithReferenceRequestvalue - the select clausepublic IRoleDefinitionWithReferenceRequest expand(java.lang.String value)
expand in interface IRoleDefinitionWithReferenceRequestvalue - the expand clause