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