Package | Description |
---|---|
com.oracle.bmc.lockbox.model |
Modifier and Type | Method and Description |
---|---|
static ApproverType |
ApproverType.create(String key) |
ApproverType |
ApproverInfo.getApproverType()
The approver type of this approver level.
|
static ApproverType |
ApproverType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApproverType[] |
ApproverType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApproverInfo.Builder |
ApproverInfo.Builder.approverType(ApproverType approverType)
The approver type of this approver level.
|
Constructor and Description |
---|
ApproverInfo(ApproverType approverType,
String approverId,
String domainId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.