Class AnyOfSchema


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

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

        _default, _enum, example
    • Constructor Summary

      Constructors 
      Constructor Description
      AnyOfSchema()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AnyOfSchema anyOf​(java.util.List<io.swagger.v3.oas.models.media.Schema> allOf)  
      java.util.List<io.swagger.v3.oas.models.media.Schema> getAnyOf()  
      void setAnyOf​(java.util.List<io.swagger.v3.oas.models.media.Schema> anyOf)  
      • 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

      • AnyOfSchema

        public AnyOfSchema()
    • Method Detail

      • getAnyOf

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

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

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