Uses of Enum
com.exoscale.sdk.model.JsonSchemaKafkaRest.NameStrategyEnum
Packages that use JsonSchemaKafkaRest.NameStrategyEnum
-
Uses of JsonSchemaKafkaRest.NameStrategyEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaKafkaRest.NameStrategyEnumModifier and TypeMethodDescriptionJsonSchemaKafkaRest.getNameStrategy()
Name strategy to use when selecting subject for storing schemasReturns the enum constant of this type with the specified name.static JsonSchemaKafkaRest.NameStrategyEnum[]
JsonSchemaKafkaRest.NameStrategyEnum.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 JsonSchemaKafkaRest.NameStrategyEnumModifier and TypeMethodDescriptionJsonSchemaKafkaRest.nameStrategy
(JsonSchemaKafkaRest.NameStrategyEnum nameStrategy) void
JsonSchemaKafkaRest.setNameStrategy
(JsonSchemaKafkaRest.NameStrategyEnum nameStrategy)