Uses of Class
com.oracle.bmc.identitydomains.model.ApprovalWorkflowMaxDuration.Unit
-
Packages that use ApprovalWorkflowMaxDuration.Unit Package Description com.oracle.bmc.identitydomains.model -
-
Uses of ApprovalWorkflowMaxDuration.Unit in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return ApprovalWorkflowMaxDuration.Unit Modifier and Type Method Description static ApprovalWorkflowMaxDuration.Unit
ApprovalWorkflowMaxDuration.Unit. create(String key)
ApprovalWorkflowMaxDuration.Unit
ApprovalWorkflowMaxDuration. getUnit()
The unit of the max duration.static ApprovalWorkflowMaxDuration.Unit
ApprovalWorkflowMaxDuration.Unit. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApprovalWorkflowMaxDuration.Unit[]
ApprovalWorkflowMaxDuration.Unit. 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 ApprovalWorkflowMaxDuration.Unit Modifier and Type Method Description ApprovalWorkflowMaxDuration.Builder
ApprovalWorkflowMaxDuration.Builder. unit(ApprovalWorkflowMaxDuration.Unit unit)
The unit of the max duration.Constructors in com.oracle.bmc.identitydomains.model with parameters of type ApprovalWorkflowMaxDuration.Unit Constructor Description ApprovalWorkflowMaxDuration(Integer value, ApprovalWorkflowMaxDuration.Unit unit)
Deprecated.
-