public interface IRoleAssignmentCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IRoleAssignmentCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IRoleAssignmentCollectionPage |
get() |
void |
get(ICallback<IRoleAssignmentCollectionPage> callback) |
RoleAssignment |
post(RoleAssignment newRoleAssignment) |
void |
post(RoleAssignment newRoleAssignment,
ICallback<RoleAssignment> callback) |
IRoleAssignmentCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IRoleAssignmentCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IRoleAssignmentCollectionPage> callback)
IRoleAssignmentCollectionPage get() throws ClientException
ClientExceptionvoid post(RoleAssignment newRoleAssignment, ICallback<RoleAssignment> callback)
RoleAssignment post(RoleAssignment newRoleAssignment) throws ClientException
ClientExceptionIRoleAssignmentCollectionRequest expand(java.lang.String value)
value - the expand clauseIRoleAssignmentCollectionRequest select(java.lang.String value)
value - the select clauseIRoleAssignmentCollectionRequest top(int value)
value - the max number of items to return