Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ApprovalWorkflowMaxDuration.Builder |
ApprovalWorkflowMaxDuration.Builder.unit(ApprovalWorkflowMaxDuration.Unit unit)
The unit of the max duration.
|
Constructor and Description |
---|
ApprovalWorkflowMaxDuration(Integer value,
ApprovalWorkflowMaxDuration.Unit unit)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.