Uses of Class
com.oracle.bmc.devops.model.Reviewer.PrincipalState
-
Packages that use Reviewer.PrincipalState Package Description com.oracle.bmc.devops.model -
-
Uses of Reviewer.PrincipalState in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return Reviewer.PrincipalState Modifier and Type Method Description static Reviewer.PrincipalState
Reviewer.PrincipalState. create(String key)
Reviewer.PrincipalState
Reviewer. getPrincipalState()
The state of the principal, it can be active or inactive or suppressed for emailsstatic Reviewer.PrincipalState
Reviewer.PrincipalState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Reviewer.PrincipalState[]
Reviewer.PrincipalState. 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.PrincipalState Modifier and Type Method Description Reviewer.Builder
Reviewer.Builder. principalState(Reviewer.PrincipalState principalState)
The state of the principal, it can be active or inactive or suppressed for emailsConstructors in com.oracle.bmc.devops.model with parameters of type Reviewer.PrincipalState Constructor Description Reviewer(String principalId, String principalName, Reviewer.PrincipalType principalType, Reviewer.PrincipalState principalState, Reviewer.Status status)
Deprecated.
-