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