Uses of Class
com.exoscale.sdk.model.EnumIntegrationTypes
-
Packages that use EnumIntegrationTypes Package Description com.exoscale.sdk.model -
-
Uses of EnumIntegrationTypes in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return EnumIntegrationTypes Modifier and Type Method Description static EnumIntegrationTypes
EnumIntegrationTypes. fromValue(String value)
EnumIntegrationTypes
CreateDbaasIntegrationRequest. getIntegrationType()
Get integrationTypestatic EnumIntegrationTypes
EnumIntegrationTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnumIntegrationTypes[]
EnumIntegrationTypes. 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 EnumIntegrationTypes Modifier and Type Method Description CreateDbaasIntegrationRequest
CreateDbaasIntegrationRequest. integrationType(EnumIntegrationTypes integrationType)
void
CreateDbaasIntegrationRequest. setIntegrationType(EnumIntegrationTypes integrationType)
-