Uses of Class
io.apicurio.registry.ibmcompat.model.SchemaVersion
-
Packages that use SchemaVersion Package Description io.apicurio.registry.ibmcompat.model -
-
Uses of SchemaVersion in io.apicurio.registry.ibmcompat.model
Methods in io.apicurio.registry.ibmcompat.model that return SchemaVersion Modifier and Type Method Description @NotNull SchemaVersionSchemaListItem. getLatest()@NotNull SchemaVersionSchema. getVersion()Methods in io.apicurio.registry.ibmcompat.model that return types with arguments of type SchemaVersion Modifier and Type Method Description @NotNull List<SchemaVersion>SchemaInfo. getVersions()Methods in io.apicurio.registry.ibmcompat.model with parameters of type SchemaVersion Modifier and Type Method Description voidSchemaListItem. setLatest(SchemaVersion latest)voidSchema. setVersion(SchemaVersion version)Method parameters in io.apicurio.registry.ibmcompat.model with type arguments of type SchemaVersion Modifier and Type Method Description voidSchemaInfo. setVersions(List<SchemaVersion> versions)
-