Uses of Class
io.apicurio.registry.rest.v3.beans.VersionMetaData
Packages that use VersionMetaData
-
Uses of VersionMetaData in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 that return VersionMetaDataModifier and TypeMethodDescriptionGroupsResource.createArtifactVersion(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, Boolean dryRun, @NotNull CreateVersion data) Creates a new version of the artifact by uploading new content.GroupsResource.getArtifactVersionMetaData(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, String versionExpression) Retrieves the metadata for a single version of the artifact. -
Uses of VersionMetaData in io.apicurio.registry.rest.v3.beans
Methods in io.apicurio.registry.rest.v3.beans that return VersionMetaDataModifier and TypeMethodDescriptionCreateArtifactResponse.getVersion()Root Type for ArtifactVersionMetaDataMethods in io.apicurio.registry.rest.v3.beans with parameters of type VersionMetaDataModifier and TypeMethodDescriptionvoidCreateArtifactResponse.setVersion(VersionMetaData version) Root Type for ArtifactVersionMetaData