Uses of Class
com.oracle.bmc.devops.model.PullRequestComment.Status
-
Packages that use PullRequestComment.Status Package Description com.oracle.bmc.devops.model -
-
Uses of PullRequestComment.Status in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PullRequestComment.Status Modifier and Type Method Description static PullRequestComment.Status
PullRequestComment.Status. create(String key)
PullRequestComment.Status
PullRequestComment. getStatus()
Status of the CommentPullRequestComment.Status
PullRequestCommentSummary. getStatus()
Status of the Commentstatic 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.Methods in com.oracle.bmc.devops.model with parameters of type PullRequestComment.Status Modifier and Type Method Description PullRequestComment.Builder
PullRequestComment.Builder. status(PullRequestComment.Status status)
Status of the CommentPullRequestCommentSummary.Builder
PullRequestCommentSummary.Builder. status(PullRequestComment.Status status)
Status of the Comment
-