public interface IAppRoleAssignmentWithReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<? super AppRoleAssignment> callback) |
IAppRoleAssignmentWithReferenceRequest |
expand(java.lang.String value) |
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) |
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid post(AppRoleAssignment newAppRoleAssignment, IJsonBackedObject payload, ICallback<? super AppRoleAssignment> callback)
AppRoleAssignment post(AppRoleAssignment newAppRoleAssignment, IJsonBackedObject payload) throws ClientException
ClientExceptionvoid get(ICallback<? super AppRoleAssignment> callback)
AppRoleAssignment get() throws ClientException
ClientExceptionvoid delete(ICallback<? super AppRoleAssignment> callback)
void delete()
throws ClientException
ClientExceptionvoid patch(AppRoleAssignment sourceAppRoleAssignment, ICallback<? super AppRoleAssignment> callback)
AppRoleAssignment patch(AppRoleAssignment sourceAppRoleAssignment) throws ClientException
ClientExceptionIAppRoleAssignmentWithReferenceRequest select(java.lang.String value)
IAppRoleAssignmentWithReferenceRequest expand(java.lang.String value)