Uses of Class
com.oracle.bmc.devops.model.CreateOrUpdateGitRefDetails.RefType
-
Packages that use CreateOrUpdateGitRefDetails.RefType Package Description com.oracle.bmc.devops.model -
-
Uses of CreateOrUpdateGitRefDetails.RefType in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return CreateOrUpdateGitRefDetails.RefType Modifier and Type Method Description static CreateOrUpdateGitRefDetails.RefType
CreateOrUpdateGitRefDetails.RefType. create(String key)
static CreateOrUpdateGitRefDetails.RefType
CreateOrUpdateGitRefDetails.RefType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateOrUpdateGitRefDetails.RefType[]
CreateOrUpdateGitRefDetails.RefType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-