Uses of Class
com.oracle.bmc.identitydomains.model.ApprovalWorkflowAssignment.AssignmentType
-
Packages that use ApprovalWorkflowAssignment.AssignmentType Package Description com.oracle.bmc.identitydomains.model -
-
Uses of ApprovalWorkflowAssignment.AssignmentType in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return ApprovalWorkflowAssignment.AssignmentType Modifier and Type Method Description static ApprovalWorkflowAssignment.AssignmentTypeApprovalWorkflowAssignment.AssignmentType. create(String key)ApprovalWorkflowAssignment.AssignmentTypeApprovalWorkflowAssignment. getAssignmentType()Type of approval workflow assignment to the resource.static ApprovalWorkflowAssignment.AssignmentTypeApprovalWorkflowAssignment.AssignmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ApprovalWorkflowAssignment.AssignmentType[]ApprovalWorkflowAssignment.AssignmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type ApprovalWorkflowAssignment.AssignmentType Modifier and Type Method Description ApprovalWorkflowAssignment.BuilderApprovalWorkflowAssignment.Builder. assignmentType(ApprovalWorkflowAssignment.AssignmentType assignmentType)Type of approval workflow assignment to the resource.Constructors in com.oracle.bmc.identitydomains.model with parameters of type ApprovalWorkflowAssignment.AssignmentType Constructor Description ApprovalWorkflowAssignment(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, ApprovalWorkflowAssignment.AssignmentType assignmentType, ApprovalWorkflowAssignmentApprovalWorkflow approvalWorkflow, ApprovalWorkflowAssignmentAssignedTo assignedTo)Deprecated.
-