Uses of Class
com.oracle.bmc.identitydomains.model.ApprovalWorkflowMaxDuration.Builder
-
Packages that use ApprovalWorkflowMaxDuration.Builder Package Description com.oracle.bmc.identitydomains.model -
-
Uses of ApprovalWorkflowMaxDuration.Builder in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return ApprovalWorkflowMaxDuration.Builder Modifier and Type Method Description static ApprovalWorkflowMaxDuration.Builder
ApprovalWorkflowMaxDuration. builder()
Create a new builder.ApprovalWorkflowMaxDuration.Builder
ApprovalWorkflowMaxDuration.Builder. copy(ApprovalWorkflowMaxDuration model)
ApprovalWorkflowMaxDuration.Builder
ApprovalWorkflowMaxDuration. toBuilder()
ApprovalWorkflowMaxDuration.Builder
ApprovalWorkflowMaxDuration.Builder. unit(ApprovalWorkflowMaxDuration.Unit unit)
The unit of the max duration.ApprovalWorkflowMaxDuration.Builder
ApprovalWorkflowMaxDuration.Builder. value(Integer value)
The value of the max duration.
-