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