Class MatrixParameter

  • All Implemented Interfaces:
    io.swagger.models.parameters.Parameter, io.swagger.models.parameters.SerializableParameter

    public class MatrixParameter
    extends io.swagger.models.parameters.AbstractSerializableParameter<MatrixParameter>
    • Field Summary

      • Fields inherited from class io.swagger.models.parameters.AbstractSerializableParameter

        _enum, allowEmptyValue, collectionFormat, defaultValue, example, exclusiveMaximum, exclusiveMinimum, format, items, maximum, maxLength, minimum, minLength, multipleOf, pattern, type, uniqueItems
      • Fields inherited from class io.swagger.models.parameters.AbstractParameter

        access, description, in, name, readOnly, required
    • Constructor Summary

      Constructors 
      Constructor Description
      MatrixParameter()  
    • Method Summary

      • Methods inherited from class io.swagger.models.parameters.AbstractSerializableParameter

        _enum, allowEmptyValue, collectionFormat, description, equals, example, format, getAllowEmptyValue, getCollectionFormat, getDefault, getDefaultCollectionFormat, getDefaultValue, getEnum, getEnumValue, getExample, getFormat, getItems, getMaximum, getMaxItems, getMaxLength, getMinimum, getMinItems, getMinLength, getMultipleOf, getPattern, getType, hashCode, isExclusiveMaximum, isExclusiveMinimum, isUniqueItems, items, name, property, readOnly, required, setAllowEmptyValue, setCollectionFormat, setDefault, setDefaultValue, setEnum, setEnumValue, setExample, setExclusiveMaximum, setExclusiveMinimum, setFormat, setItems, setMaximum, setMaxItems, setMaxLength, setMinimum, setMinItems, setMinLength, setMultipleOf, setPattern, setProperty, setType, setUniqueItems, type
      • Methods inherited from class io.swagger.models.parameters.AbstractParameter

        getAccess, getDescription, getIn, getName, getRequired, getVendorExtensions, isReadOnly, setAccess, setDescription, setIn, setName, setReadOnly, setRequired, setVendorExtension, setVendorExtensions
      • Methods inherited from interface io.swagger.models.parameters.Parameter

        getAccess, getDescription, getIn, getName, getRequired, getVendorExtensions, isReadOnly, setAccess, setDescription, setIn, setName, setReadOnly, setRequired
    • Constructor Detail

      • MatrixParameter

        public MatrixParameter()