Uses of Class
com.oracle.bmc.identitydomains.model.ApprovalWorkflowAssignment
-
Packages that use ApprovalWorkflowAssignment Package Description com.oracle.bmc.identitydomains.model com.oracle.bmc.identitydomains.requests com.oracle.bmc.identitydomains.responses -
-
Uses of ApprovalWorkflowAssignment in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return ApprovalWorkflowAssignment Modifier and Type Method Description ApprovalWorkflowAssignment
ApprovalWorkflowAssignment.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type ApprovalWorkflowAssignment Modifier and Type Method Description List<ApprovalWorkflowAssignment>
ApprovalWorkflowAssignments. getResources()
A multi-valued list of complex objects containing the requested resources.Methods in com.oracle.bmc.identitydomains.model with parameters of type ApprovalWorkflowAssignment Modifier and Type Method Description ApprovalWorkflowAssignment.Builder
ApprovalWorkflowAssignment.Builder. copy(ApprovalWorkflowAssignment model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type ApprovalWorkflowAssignment Modifier and Type Method Description ApprovalWorkflowAssignments.Builder
ApprovalWorkflowAssignments.Builder. resources(List<ApprovalWorkflowAssignment> resources)
A multi-valued list of complex objects containing the requested resources. -
Uses of ApprovalWorkflowAssignment in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return ApprovalWorkflowAssignment Modifier and Type Method Description ApprovalWorkflowAssignment
CreateApprovalWorkflowAssignmentRequest. getApprovalWorkflowAssignment()
ApprovalWorkflowAssignment schema.ApprovalWorkflowAssignment
CreateApprovalWorkflowAssignmentRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.identitydomains.requests with parameters of type ApprovalWorkflowAssignment Modifier and Type Method Description CreateApprovalWorkflowAssignmentRequest.Builder
CreateApprovalWorkflowAssignmentRequest.Builder. approvalWorkflowAssignment(ApprovalWorkflowAssignment approvalWorkflowAssignment)
ApprovalWorkflowAssignment schema.CreateApprovalWorkflowAssignmentRequest.Builder
CreateApprovalWorkflowAssignmentRequest.Builder. body$(ApprovalWorkflowAssignment body)
Alternative setter for the body parameter. -
Uses of ApprovalWorkflowAssignment in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return ApprovalWorkflowAssignment Modifier and Type Method Description ApprovalWorkflowAssignment
CreateApprovalWorkflowAssignmentResponse. getApprovalWorkflowAssignment()
The returned ApprovalWorkflowAssignment instance.ApprovalWorkflowAssignment
GetApprovalWorkflowAssignmentResponse. getApprovalWorkflowAssignment()
The returned ApprovalWorkflowAssignment instance.Methods in com.oracle.bmc.identitydomains.responses with parameters of type ApprovalWorkflowAssignment Modifier and Type Method Description CreateApprovalWorkflowAssignmentResponse.Builder
CreateApprovalWorkflowAssignmentResponse.Builder. approvalWorkflowAssignment(ApprovalWorkflowAssignment approvalWorkflowAssignment)
The returned ApprovalWorkflowAssignment instance.GetApprovalWorkflowAssignmentResponse.Builder
GetApprovalWorkflowAssignmentResponse.Builder. approvalWorkflowAssignment(ApprovalWorkflowAssignment approvalWorkflowAssignment)
The returned ApprovalWorkflowAssignment instance.
-