Uses of Class
com.oracle.bmc.devops.model.ApprovalActivitySummary.Status
-
Packages that use ApprovalActivitySummary.Status Package Description com.oracle.bmc.devops.model -
-
Uses of ApprovalActivitySummary.Status in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ApprovalActivitySummary.Status Modifier and Type Method Description static ApprovalActivitySummary.Status
ApprovalActivitySummary.Status. create(String key)
ApprovalActivitySummary.Status
ApprovalActivitySummary. getStatus()
The approval status of a reviewerstatic 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.Methods in com.oracle.bmc.devops.model with parameters of type ApprovalActivitySummary.Status Modifier and Type Method Description ApprovalActivitySummary.Builder
ApprovalActivitySummary.Builder. status(ApprovalActivitySummary.Status status)
The approval status of a reviewerConstructors in com.oracle.bmc.devops.model with parameters of type ApprovalActivitySummary.Status Constructor Description ApprovalActivitySummary(String id, PrincipalDetails principal, String pullRequestId, Date timeOccurred, ApprovalActivitySummary.Status status)
Deprecated.
-