Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Reviewer.Builder |
Reviewer.Builder.status(Reviewer.Status status)
The current state of the Review.
|
Constructor and Description |
---|
Reviewer(String principalId,
String principalName,
Reviewer.PrincipalType principalType,
Reviewer.PrincipalState principalState,
Reviewer.Status status)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.