Class ArtifactContent
java.lang.Object
io.apicurio.registry.rest.v2.beans.ArtifactContent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRaw content of the artifact or a valid (and accessible) URL where the content can be found.Collection of references to other artifacts.voidsetContent(String content) Raw content of the artifact or a valid (and accessible) URL where the content can be found.voidsetReferences(List<ArtifactReference> references) Collection of references to other artifacts.
-
Constructor Details
-
ArtifactContent
public ArtifactContent()
-
-
Method Details
-
getContent
Raw content of the artifact or a valid (and accessible) URL where the content can be found. (Required) -
setContent
Raw content of the artifact or a valid (and accessible) URL where the content can be found. (Required) -
getReferences
Collection of references to other artifacts. (Required) -
setReferences
Collection of references to other artifacts. (Required)
-