Uses of Class
com.exoscale.sdk.model.Manager.TypeEnum
-
Packages that use Manager.TypeEnum Package Description com.exoscale.sdk.model -
-
Uses of Manager.TypeEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return Manager.TypeEnum Modifier and Type Method Description static Manager.TypeEnum
Manager.TypeEnum. fromValue(String value)
Manager.TypeEnum
Manager. getType()
Manager typestatic Manager.TypeEnum
Manager.TypeEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static Manager.TypeEnum[]
Manager.TypeEnum. 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 Manager.TypeEnum Modifier and Type Method Description void
Manager. setType(Manager.TypeEnum type)
Manager
Manager. type(Manager.TypeEnum type)
-