Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
static ApprovalActivitySummary.Status |
ApprovalActivitySummary.Status.create(String key) |
ApprovalActivitySummary.Status |
ApprovalActivitySummary.getStatus()
The approval status of a reviewer
|
static ApprovalActivitySummary.Status |
ApprovalActivitySummary.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApprovalActivitySummary.Status[] |
ApprovalActivitySummary.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApprovalActivitySummary.Builder |
ApprovalActivitySummary.Builder.status(ApprovalActivitySummary.Status status)
The approval status of a reviewer
|
Constructor and Description |
---|
ApprovalActivitySummary(String id,
PrincipalDetails principal,
String pullRequestId,
Date timeOccurred,
ApprovalActivitySummary.Status status)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.