Uses of Class
com.oracle.bmc.devops.model.Reviewer.Status
-
Packages that use Reviewer.Status Package Description com.oracle.bmc.devops.model -
-
Uses of Reviewer.Status in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return Reviewer.Status Modifier and Type Method Description static Reviewer.Status
Reviewer.Status. create(String key)
Reviewer.Status
Reviewer. getStatus()
The current state of the Review.static Reviewer.Status
Reviewer.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Reviewer.Status[]
Reviewer.Status. 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 Reviewer.Status Modifier and Type Method Description Reviewer.Builder
Reviewer.Builder. status(Reviewer.Status status)
The current state of the Review.Constructors in com.oracle.bmc.devops.model with parameters of type Reviewer.Status Constructor Description Reviewer(String principalId, String principalName, Reviewer.PrincipalType principalType, Reviewer.PrincipalState principalState, Reviewer.Status status)
Deprecated.
-