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