Class ContentCreateRequest
- java.lang.Object
-
- io.apicurio.registry.rest.v2.beans.ContentCreateRequest
-
@Generated("jsonschema2pojo") public class ContentCreateRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description ContentCreateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()Raw content of the artifact.List<ArtifactReference>getReferences()Collection of references to other artifacts.voidsetContent(String content)Raw content of the artifact.voidsetReferences(List<ArtifactReference> references)Collection of references to other artifacts.
-
-
-
Method Detail
-
getContent
public String getContent()
Raw content of the artifact. (Required)
-
setContent
public void setContent(String content)
Raw content of the artifact. (Required)
-
getReferences
public List<ArtifactReference> getReferences()
Collection of references to other artifacts. (Required)
-
setReferences
public void setReferences(List<ArtifactReference> references)
Collection of references to other artifacts. (Required)
-
-