Class ArtifactContent

java.lang.Object
io.apicurio.registry.rest.v2.beans.ArtifactContent

@Generated("jsonschema2pojo") public class ArtifactContent extends Object
  • Constructor Details

    • ArtifactContent

      public ArtifactContent()
  • Method Details

    • getContent

      public String getContent()
      Raw content of the artifact or a valid (and accessible) URL where the content can be found. (Required)
    • setContent

      public void setContent(String content)
      Raw content of the artifact or a valid (and accessible) URL where the content can be found. (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)