Class CreateArtifactResponse
java.lang.Object
io.apicurio.registry.rest.v3.beans.CreateArtifactResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRoot Type for ArtifactMetaDataRoot Type for ArtifactVersionMetaDatavoidsetArtifact(ArtifactMetaData artifact) Root Type for ArtifactMetaDatavoidsetVersion(VersionMetaData version) Root Type for ArtifactVersionMetaData
-
Constructor Details
-
CreateArtifactResponse
public CreateArtifactResponse()
-
-
Method Details
-
getArtifact
Root Type for ArtifactMetaData(Required)
-
setArtifact
Root Type for ArtifactMetaData(Required)
-
getVersion
Root Type for ArtifactVersionMetaData -
setVersion
Root Type for ArtifactVersionMetaData
-