Uses of Class
io.apicurio.registry.rest.v2.beans.VersionMetaData
Packages that use VersionMetaData
-
Uses of VersionMetaData in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 that return VersionMetaDataModifier and TypeMethodDescriptionGroupsResource.createArtifactVersion(String groupId, String artifactId, String xRegistryVersion, String xRegistryName, String xRegistryDescription, String xRegistryDescriptionEncoded, String xRegistryNameEncoded, @NotNull ArtifactContent data) Creates a new version of the artifact by uploading new content.GroupsResource.createArtifactVersion(String groupId, String artifactId, String xRegistryVersion, String xRegistryName, String xRegistryDescription, String xRegistryDescriptionEncoded, String xRegistryNameEncoded, @NotNull InputStream data) Creates a new version of the artifact by uploading new content.GroupsResource.getArtifactVersionMetaData(String groupId, String artifactId, String version) Retrieves the metadata for a single version of the artifact.GroupsResource.getArtifactVersionMetaDataByContent(String groupId, String artifactId, Boolean canonical, @NotNull ArtifactContent data) Gets the metadata for an artifact that matches the raw content.GroupsResource.getArtifactVersionMetaDataByContent(String groupId, String artifactId, Boolean canonical, @NotNull InputStream data) Gets the metadata for an artifact that matches the raw content.