Uses of Class
com.oracle.bmc.devops.model.ApprovalAction.Action
-
Packages that use ApprovalAction.Action Package Description com.oracle.bmc.devops.model -
-
Uses of ApprovalAction.Action in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ApprovalAction.Action Modifier and Type Method Description static ApprovalAction.Action
ApprovalAction.Action. create(String key)
ApprovalAction.Action
ApprovalAction. getAction()
The action of the user on the DevOps deployment stage.static ApprovalAction.Action
ApprovalAction.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApprovalAction.Action[]
ApprovalAction.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.devops.model with parameters of type ApprovalAction.Action Modifier and Type Method Description ApprovalAction.Builder
ApprovalAction.Builder. action(ApprovalAction.Action action)
The action of the user on the DevOps deployment stage.Constructors in com.oracle.bmc.devops.model with parameters of type ApprovalAction.Action Constructor Description ApprovalAction(String subjectId, ApprovalAction.Action action, String reason)
Deprecated.
-