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