public interface IAppRoleAssignmentCollectionReferenceRequest
| Modifier and Type | Method and Description |
|---|---|
AppRoleAssignment |
post(AppRoleAssignment newAppRoleAssignment) |
void |
post(AppRoleAssignment newAppRoleAssignment,
ICallback<? super AppRoleAssignment> callback) |
IAppRoleAssignmentCollectionReferenceRequest |
select(java.lang.String value) |
IAppRoleAssignmentCollectionReferenceRequest |
top(int value) |
void post(AppRoleAssignment newAppRoleAssignment, ICallback<? super AppRoleAssignment> callback)
AppRoleAssignment post(AppRoleAssignment newAppRoleAssignment) throws ClientException
ClientExceptionIAppRoleAssignmentCollectionReferenceRequest select(java.lang.String value)
IAppRoleAssignmentCollectionReferenceRequest top(int value)