public interface IAppRoleAssignmentReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
AppRoleAssignment |
delete() |
void |
delete(ICallback<? super AppRoleAssignment> callback) |
IAppRoleAssignmentReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
AppRoleAssignment |
put(AppRoleAssignment srcAppRoleAssignment)
Puts the AppRoleAssignment
|
void |
put(AppRoleAssignment srcAppRoleAssignment,
ICallback<? super AppRoleAssignment> callback)
Puts the AppRoleAssignment
|
IAppRoleAssignmentReferenceRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid delete(ICallback<? super AppRoleAssignment> callback)
AppRoleAssignment delete() throws ClientException
ClientExceptionIAppRoleAssignmentReferenceRequest select(java.lang.String value)
value - the select clauseIAppRoleAssignmentReferenceRequest expand(java.lang.String value)
value - the expand clausevoid put(AppRoleAssignment srcAppRoleAssignment, ICallback<? super AppRoleAssignment> callback)
srcAppRoleAssignment - the AppRoleAssignment to PUTcallback - the callback to be called after success or failureAppRoleAssignment put(AppRoleAssignment srcAppRoleAssignment) throws ClientException
srcAppRoleAssignment - the AppRoleAssignment to PUTClientException - an exception occurs if there was an error while the request was sent