Uses of Enum Class
io.confluent.kafka.schemaregistry.client.rest.entities.SchemaEntity.EntityType
Packages that use SchemaEntity.EntityType
-
Uses of SchemaEntity.EntityType in io.confluent.kafka.schemaregistry.client.rest.entities
Methods in io.confluent.kafka.schemaregistry.client.rest.entities that return SchemaEntity.EntityTypeModifier and TypeMethodDescriptionstatic SchemaEntity.EntityTypeSchemaEntity.getEntityType()static SchemaEntity.EntityTypeReturns the enum constant of this class with the specified name.static SchemaEntity.EntityType[]SchemaEntity.EntityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.confluent.kafka.schemaregistry.client.rest.entities with parameters of type SchemaEntity.EntityTypeModifierConstructorDescriptionSchemaEntity(String entityPath, SchemaEntity.EntityType entityType)