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