public class GovernanceRoleAssignmentRequestRequest extends com.github.davidmoten.odata.client.EntityRequest<GovernanceRoleAssignmentRequest>
| Constructor and Description |
|---|
GovernanceRoleAssignmentRequestRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
cancel() |
GovernanceResourceRequest |
resource() |
GovernanceRoleDefinitionRequest |
roleDefinition() |
GovernanceSubjectRequest |
subject() |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<GovernanceRoleAssignmentRequest> |
updateRequest(String decision,
String assignmentState,
GovernanceSchedule schedule,
String reason) |
public GovernanceRoleAssignmentRequestRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public GovernanceResourceRequest resource()
public GovernanceRoleDefinitionRequest roleDefinition()
public GovernanceSubjectRequest subject()
public com.github.davidmoten.odata.client.ActionRequestNoReturn cancel()
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<GovernanceRoleAssignmentRequest> updateRequest(String decision, String assignmentState, GovernanceSchedule schedule, String reason)
Copyright © 2018–2020. All rights reserved.