Uses of Enum
com.exoscale.sdk.model.EnumIntegrationTypes
Packages that use EnumIntegrationTypes
-
Uses of EnumIntegrationTypes in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return EnumIntegrationTypesModifier and TypeMethodDescriptionstatic EnumIntegrationTypes
CreateDbaasIntegrationRequest.getIntegrationType()
Get integrationTypestatic EnumIntegrationTypes
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 EnumIntegrationTypesModifier and TypeMethodDescriptionCreateDbaasIntegrationRequest.integrationType
(EnumIntegrationTypes integrationType) void
CreateDbaasIntegrationRequest.setIntegrationType
(EnumIntegrationTypes integrationType)