Class AllOfSchema


  • public class AllOfSchema
    extends io.swagger.v3.oas.models.media.Schema<AllOfSchema>
    • Field Summary

      • Fields inherited from class io.swagger.v3.oas.models.media.Schema

        _default, _enum, example
    • Constructor Summary

      Constructors 
      Constructor Description
      AllOfSchema()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AllOfSchema allOf​(java.util.List<io.swagger.v3.oas.models.media.Schema> allOf)  
      java.util.List<io.swagger.v3.oas.models.media.Schema> getAllOf()  
      void setAllOf​(java.util.List<io.swagger.v3.oas.models.media.Schema> allOf)  
      • Methods inherited from class io.swagger.v3.oas.models.media.Schema

        $ref, addEnumItemObject, addExtension, additionalProperties, addProperties, addRequiredItem, cast, deprecated, description, discriminator, equals, example, exclusiveMaximum, exclusiveMinimum, extensions, externalDocs, format, get$ref, getAdditionalProperties, getDefault, getDeprecated, getDescription, getDiscriminator, getEnum, getExample, getExclusiveMaximum, getExclusiveMinimum, getExtensions, getExternalDocs, getFormat, getMaximum, getMaxItems, getMaxLength, getMaxProperties, getMinimum, getMinItems, getMinLength, getMinProperties, getMultipleOf, getName, getNot, getNullable, getPattern, getProperties, getReadOnly, getRequired, getTitle, getType, getUniqueItems, getWriteOnly, getXml, hashCode, maximum, maxItems, maxLength, maxProperties, minimum, minItems, minLength, minProperties, multipleOf, name, not, nullable, pattern, properties, readOnly, required, set$ref, setAdditionalProperties, setDefault, setDeprecated, setDescription, setDiscriminator, setEnum, setExample, setExclusiveMaximum, setExclusiveMinimum, setExtensions, setExternalDocs, setFormat, setMaximum, setMaxItems, setMaxLength, setMaxProperties, setMinimum, setMinItems, setMinLength, setMinProperties, setMultipleOf, setName, setNot, setNullable, setPattern, setProperties, setReadOnly, setRequired, setTitle, setType, setUniqueItems, setWriteOnly, setXml, title, toIndentedString, toString, type, uniqueItems, writeOnly, xml
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AllOfSchema

        public AllOfSchema()
    • Method Detail

      • getAllOf

        public java.util.List<io.swagger.v3.oas.models.media.Schema> getAllOf()
      • setAllOf

        public void setAllOf​(java.util.List<io.swagger.v3.oas.models.media.Schema> allOf)
      • allOf

        public AllOfSchema allOf​(java.util.List<io.swagger.v3.oas.models.media.Schema> allOf)