public class AppRoleAssignmentWithReferenceRequest extends BaseRequest implements IAppRoleAssignmentWithReferenceRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
AppRoleAssignmentWithReferenceRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the AppRoleAssignment
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<? super AppRoleAssignment> callback) |
IAppRoleAssignmentWithReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
AppRoleAssignment |
get() |
void |
get(ICallback<? super AppRoleAssignment> callback) |
AppRoleAssignment |
patch(AppRoleAssignment sourceAppRoleAssignment) |
void |
patch(AppRoleAssignment sourceAppRoleAssignment,
ICallback<? super AppRoleAssignment> callback) |
AppRoleAssignment |
post(AppRoleAssignment newAppRoleAssignment,
IJsonBackedObject payload) |
void |
post(AppRoleAssignment newAppRoleAssignment,
IJsonBackedObject payload,
ICallback<? super AppRoleAssignment> callback) |
IAppRoleAssignmentWithReferenceRequest |
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 AppRoleAssignmentWithReferenceRequest(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(AppRoleAssignment newAppRoleAssignment, IJsonBackedObject payload, ICallback<? super AppRoleAssignment> callback)
post in interface IAppRoleAssignmentWithReferenceRequestpublic AppRoleAssignment post(AppRoleAssignment newAppRoleAssignment, IJsonBackedObject payload) throws ClientException
post in interface IAppRoleAssignmentWithReferenceRequestClientExceptionpublic void get(ICallback<? super AppRoleAssignment> callback)
get in interface IAppRoleAssignmentWithReferenceRequestpublic AppRoleAssignment get() throws ClientException
get in interface IAppRoleAssignmentWithReferenceRequestClientExceptionpublic void delete(ICallback<? super AppRoleAssignment> callback)
delete in interface IAppRoleAssignmentWithReferenceRequestpublic void delete()
throws ClientException
delete in interface IAppRoleAssignmentWithReferenceRequestClientExceptionpublic void patch(AppRoleAssignment sourceAppRoleAssignment, ICallback<? super AppRoleAssignment> callback)
patch in interface IAppRoleAssignmentWithReferenceRequestpublic AppRoleAssignment patch(AppRoleAssignment sourceAppRoleAssignment) throws ClientException
patch in interface IAppRoleAssignmentWithReferenceRequestClientExceptionpublic IAppRoleAssignmentWithReferenceRequest select(java.lang.String value)
select in interface IAppRoleAssignmentWithReferenceRequestvalue - the select clausepublic IAppRoleAssignmentWithReferenceRequest expand(java.lang.String value)
expand in interface IAppRoleAssignmentWithReferenceRequestvalue - the expand clause