public interface IRoleAssignmentRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<RoleAssignment> callback)
Delete this item from the service
|
IRoleAssignmentRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
RoleAssignment |
get()
Gets the RoleAssignment from the service
|
void |
get(ICallback<RoleAssignment> callback)
Gets the RoleAssignment from the service
|
RoleAssignment |
patch(RoleAssignment sourceRoleAssignment)
Patches this RoleAssignment with a source
|
void |
patch(RoleAssignment sourceRoleAssignment,
ICallback<RoleAssignment> callback)
Patches this RoleAssignment with a source
|
RoleAssignment |
post(RoleAssignment newRoleAssignment)
Posts a RoleAssignment with a new object
|
void |
post(RoleAssignment newRoleAssignment,
ICallback<RoleAssignment> callback)
Posts a RoleAssignment with a new object
|
IRoleAssignmentRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesvoid get(ICallback<RoleAssignment> callback)
callback - the callback to be called after success or failureRoleAssignment get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<RoleAssignment> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(RoleAssignment sourceRoleAssignment, ICallback<RoleAssignment> callback)
sourceRoleAssignment - the source object with updatescallback - the callback to be called after success or failureRoleAssignment patch(RoleAssignment sourceRoleAssignment) throws ClientException
sourceRoleAssignment - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(RoleAssignment newRoleAssignment, ICallback<RoleAssignment> callback)
newRoleAssignment - the new object to createcallback - the callback to be called after success or failureRoleAssignment post(RoleAssignment newRoleAssignment) throws ClientException
newRoleAssignment - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonIRoleAssignmentRequest select(java.lang.String value)
value - the select clauseIRoleAssignmentRequest expand(java.lang.String value)
value - the expand clause