Uses of Class
io.confluent.kafka.schemaregistry.client.rest.entities.SubjectVersion
Packages that use SubjectVersion
Package
Description
-
Uses of SubjectVersion in io.confluent.kafka.schemaregistry.client
Methods in io.confluent.kafka.schemaregistry.client that return types with arguments of type SubjectVersionModifier and TypeMethodDescriptionCachedSchemaRegistryClient.getAllVersionsById(int id) MockSchemaRegistryClient.getAllVersionsById(int id) default Collection<SubjectVersion>SchemaRegistryClient.getAllVersionsById(int id) -
Uses of SubjectVersion in io.confluent.kafka.schemaregistry.client.rest
Methods in io.confluent.kafka.schemaregistry.client.rest that return types with arguments of type SubjectVersionModifier and TypeMethodDescriptionRestService.getAllVersionsById(int id) RestService.getAllVersionsById(int id, String subject) RestService.getAllVersionsById(int id, String subject, boolean deleted) RestService.getAllVersionsById(Map<String, String> requestProperties, int id) RestService.getAllVersionsById(Map<String, String> requestProperties, int id, String subject) RestService.getAllVersionsById(Map<String, String> requestProperties, int id, String subject, boolean lookupDeleted) RestService.getAllVersionsByIdWithPagination(Map<String, String> requestProperties, int id, String subject, boolean lookupDeleted, int offset, int limit) -
Uses of SubjectVersion in io.confluent.kafka.schemaregistry.client.rest.entities
Methods in io.confluent.kafka.schemaregistry.client.rest.entities with parameters of type SubjectVersion