Uses of Class
io.apicurio.registry.rest.v2.beans.ContentCreateRequest
-
Packages that use ContentCreateRequest Package Description io.apicurio.registry.rest.v2 -
-
Uses of ContentCreateRequest in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with parameters of type ContentCreateRequest Modifier and Type Method Description ArtifactMetaDataGroupsResource. createArtifact(String groupId, ArtifactType xRegistryArtifactType, String xRegistryArtifactId, String xRegistryVersion, IfExists ifExists, Boolean canonical, String xRegistryDescription, String xRegistryDescriptionEncoded, String xRegistryName, String xRegistryNameEncoded, ContentCreateRequest data)Creates a new artifact by posting the artifact content.VersionMetaDataGroupsResource. createArtifactVersion(String groupId, String artifactId, String xRegistryVersion, String xRegistryName, String xRegistryDescription, String xRegistryDescriptionEncoded, String xRegistryNameEncoded, ContentCreateRequest data)Creates a new version of the artifact by uploading new content.ArtifactMetaDataGroupsResource. updateArtifact(String groupId, String artifactId, String xRegistryVersion, String xRegistryName, String xRegistryNameEncoded, String xRegistryDescription, String xRegistryDescriptionEncoded, ContentCreateRequest data)Updates an artifact by uploading new content.
-