Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
static PullRequestComment.Status |
PullRequestComment.Status.create(String key) |
PullRequestComment.Status |
PullRequestCommentSummary.getStatus()
Status of the Comment
|
PullRequestComment.Status |
PullRequestComment.getStatus()
Status of the Comment
|
static PullRequestComment.Status |
PullRequestComment.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PullRequestComment.Status[] |
PullRequestComment.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.status(PullRequestComment.Status status)
Status of the Comment
|
PullRequestComment.Builder |
PullRequestComment.Builder.status(PullRequestComment.Status status)
Status of the Comment
|
Copyright © 2016–2024. All rights reserved.