Class Content

java.lang.Object
com.kingsrook.qqq.openapi.model.Content

public class Content extends Object
  • Constructor Details

    • Content

      public Content()
  • Method Details

    • getSchema

      public Schema getSchema()
      Getter for schema
    • setSchema

      public void setSchema(Schema schema)
      Setter for schema
    • withSchema

      public Content withSchema(Schema schema)
      Fluent setter for schema
    • getExamples

      public Map<String,Example> getExamples()
      Getter for examples
    • setExamples

      public void setExamples(Map<String,Example> examples)
      Setter for examples
    • withExamples

      public Content withExamples(Map<String,Example> examples)
      Fluent setter for examples