Class CreateArtifact
java.lang.Object
io.apicurio.registry.rest.v3.beans.CreateArtifact
Data sent when creating a new artifact.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ID of a single artifact.User-defined name-value pairs.getName()voidsetArtifactId(String artifactId) The ID of a single artifact.voidsetArtifactType(String artifactType) voidsetDescription(String description) voidsetFirstVersion(CreateVersion firstVersion) voidUser-defined name-value pairs.void
-
Constructor Details
-
CreateArtifact
public CreateArtifact()
-
-
Method Details
-
getArtifactId
The ID of a single artifact. (Required) -
setArtifactId
The ID of a single artifact. (Required) -
getArtifactType
-
setArtifactType
-
getName
-
setName
-
getDescription
-
setDescription
-
getLabels
User-defined name-value pairs. Name and value must be strings. -
setLabels
User-defined name-value pairs. Name and value must be strings. -
getFirstVersion
-
setFirstVersion
-