Uses of Class
com.oracle.bmc.devops.model.ConflictMergeCheck.Status
-
Packages that use ConflictMergeCheck.Status Package Description com.oracle.bmc.devops.model -
-
Uses of ConflictMergeCheck.Status in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ConflictMergeCheck.Status Modifier and Type Method Description static ConflictMergeCheck.Status
ConflictMergeCheck.Status. create(String key)
ConflictMergeCheck.Status
ConflictMergeCheck. getStatus()
The status of the conflict.static ConflictMergeCheck.Status
ConflictMergeCheck.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConflictMergeCheck.Status[]
ConflictMergeCheck.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 ConflictMergeCheck.Status Modifier and Type Method Description ConflictMergeCheck.Builder
ConflictMergeCheck.Builder. status(ConflictMergeCheck.Status status)
The status of the conflict.Constructors in com.oracle.bmc.devops.model with parameters of type ConflictMergeCheck.Status Constructor Description ConflictMergeCheck(ConflictMergeCheck.Status status)
Deprecated.
-