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