Class ParameterVariable
- java.lang.Object
-
- com.maxxton.microdocs.core.domain.JsonReference
-
- com.maxxton.microdocs.core.domain.schema.Schema
-
- com.maxxton.microdocs.core.domain.schema.SchemaArray
-
- com.maxxton.microdocs.core.domain.path.ParameterVariable
-
- All Implemented Interfaces:
Parameter
public class ParameterVariable extends SchemaArray implements Parameter
-
-
Constructor Summary
Constructors Constructor Description ParameterVariable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getEnums()ParameterPlacinggetIn()java.lang.StringgetName()booleanisAllowEmptyValue()voidsetAllowEmptyValue(boolean allowEmptyValue)voidsetEnums(java.util.List<java.lang.String> enums)voidsetIn(ParameterPlacing in)voidsetName(java.lang.String name)-
Methods inherited from class com.maxxton.microdocs.core.domain.schema.SchemaArray
getCollectionFormat, getItems, setCollectionFormat, setItems
-
Methods inherited from class com.maxxton.microdocs.core.domain.schema.Schema
getDefaultValue, getDescription, getExclusiveMaximum, getFormat, getInclusiveMinimum, getMappings, getMaximum, getMaxItems, getMaxLength, getMaxProperties, getMinimum, getMinItems, getMinLength, getMinProperties, getMultipleOf, getPattern, getType, getUniqueItems, isRequired, setDefaultValue, setDescription, setExclusiveMaximum, setFormat, setInclusiveMinimum, setMappings, setMaximum, setMaxItems, setMaxLength, setMaxProperties, setMinimum, setMinItems, setMinLength, setMinProperties, setMultipleOf, setPattern, setRequired, setType, setUniqueItems
-
Methods inherited from class com.maxxton.microdocs.core.domain.JsonReference
getReference, setReference
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.maxxton.microdocs.core.domain.path.Parameter
getDescription, isRequired, setDescription, setRequired
-
-
-
-
Method Detail
-
getIn
public ParameterPlacing getIn()
-
setIn
public void setIn(ParameterPlacing in)
-
isAllowEmptyValue
public boolean isAllowEmptyValue()
-
setAllowEmptyValue
public void setAllowEmptyValue(boolean allowEmptyValue)
-
getEnums
public java.util.List<java.lang.String> getEnums()
-
setEnums
public void setEnums(java.util.List<java.lang.String> enums)
-
-