Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and 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 emails
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
Reviewer.Builder |
Reviewer.Builder.principalState(Reviewer.PrincipalState principalState)
The state of the principal, it can be active or inactive or suppressed for emails
|
Constructor and Description |
---|
Reviewer(String principalId,
String principalName,
Reviewer.PrincipalType principalType,
Reviewer.PrincipalState principalState,
Reviewer.Status status)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.