Uses of Class
com.oracle.bmc.lockbox.model.ApproverType
-
Packages that use ApproverType Package Description com.oracle.bmc.lockbox.model -
-
Uses of ApproverType in com.oracle.bmc.lockbox.model
Methods in com.oracle.bmc.lockbox.model that return ApproverType Modifier and Type Method Description static ApproverTypeApproverType. create(String key)ApproverTypeApproverInfo. getApproverType()The approver type of this approver level.static ApproverTypeApproverType. 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.Methods in com.oracle.bmc.lockbox.model with parameters of type ApproverType Modifier and Type Method Description ApproverInfo.BuilderApproverInfo.Builder. approverType(ApproverType approverType)The approver type of this approver level.Constructors in com.oracle.bmc.lockbox.model with parameters of type ApproverType Constructor Description ApproverInfo(ApproverType approverType, String approverId, String domainId)Deprecated.
-