Uses of Class
com.oracle.bmc.identitydomains.model.ApprovalWorkflowAssignmentApprovalWorkflow.Type
-
Packages that use ApprovalWorkflowAssignmentApprovalWorkflow.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of ApprovalWorkflowAssignmentApprovalWorkflow.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return ApprovalWorkflowAssignmentApprovalWorkflow.Type Modifier and Type Method Description static ApprovalWorkflowAssignmentApprovalWorkflow.Type
ApprovalWorkflowAssignmentApprovalWorkflow.Type. create(String key)
ApprovalWorkflowAssignmentApprovalWorkflow.Type
ApprovalWorkflowAssignmentApprovalWorkflow. getType()
Indicates type of the entity that is associated with this assignment (for ARM validation)static ApprovalWorkflowAssignmentApprovalWorkflow.Type
ApprovalWorkflowAssignmentApprovalWorkflow.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApprovalWorkflowAssignmentApprovalWorkflow.Type[]
ApprovalWorkflowAssignmentApprovalWorkflow.Type. 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 ApprovalWorkflowAssignmentApprovalWorkflow.Type Modifier and Type Method Description ApprovalWorkflowAssignmentApprovalWorkflow.Builder
ApprovalWorkflowAssignmentApprovalWorkflow.Builder. type(ApprovalWorkflowAssignmentApprovalWorkflow.Type type)
Indicates type of the entity that is associated with this assignment (for ARM validation)Constructors in com.oracle.bmc.identitydomains.model with parameters of type ApprovalWorkflowAssignmentApprovalWorkflow.Type Constructor Description ApprovalWorkflowAssignmentApprovalWorkflow(String value, String ocid, ApprovalWorkflowAssignmentApprovalWorkflow.Type type, String display, String ref)
Deprecated.
-