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