Class VersionContent

java.lang.Object
io.apicurio.registry.rest.v3.beans.VersionContent

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

    • VersionContent

      public VersionContent()
  • Method Details

    • getContent

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

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

      public List<ArtifactReference> getReferences()
      Collection of references to other artifacts.
    • setReferences

      public void setReferences(List<ArtifactReference> references)
      Collection of references to other artifacts.
    • getContentType

      public String getContentType()
      The content-type, such as `application/json` or `text/xml`. (Required)
    • setContentType

      public void setContentType(String contentType)
      The content-type, such as `application/json` or `text/xml`. (Required)