Uses of Class
com.exoscale.sdk.model.Snapshot.StateEnum
-
Packages that use Snapshot.StateEnum Package Description com.exoscale.sdk.model -
-
Uses of Snapshot.StateEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return Snapshot.StateEnum Modifier and Type Method Description static Snapshot.StateEnum
Snapshot.StateEnum. fromValue(String value)
Snapshot.StateEnum
Snapshot. getState()
Snapshot statestatic Snapshot.StateEnum
Snapshot.StateEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static Snapshot.StateEnum[]
Snapshot.StateEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type Snapshot.StateEnum Modifier and Type Method Description void
Snapshot. setState(Snapshot.StateEnum state)
Snapshot
Snapshot. state(Snapshot.StateEnum state)
-