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