Class SlardarSwaggerProp.EnabledParameter
-
- All Implemented Interfaces:
public class SlardarSwaggerProp.EnabledParameter extends Parameter
-
-
Field Summary
Fields Modifier and Type Field Description public Stringnamepublic Stringinpublic Stringdescriptionpublic Booleanrequiredpublic Booleandeprecatedpublic BooleanallowEmptyValuepublic String$refpublic Parameter.StyleEnumstylepublic Booleanexplodepublic BooleanallowReservedpublic Schemaschemapublic Map<String, Example>examplespublic Objectexamplepublic Contentcontentpublic Map<String, Object>extensions
-
Constructor Summary
Constructors Constructor Description SlardarSwaggerProp.EnabledParameter()
-
Method Summary
-
Methods inherited from class io.swagger.v3.oas.models.parameters.Parameter
$ref, addExample, addExtension, addExtension31, allowEmptyValue, allowReserved, content, deprecated, description, equals, example, examples, explode, extensions, get$ref, getAllowEmptyValue, getAllowReserved, getContent, getDeprecated, getDescription, getExample, getExamples, getExplode, getExtensions, getIn, getName, getRequired, getSchema, getStyle, hashCode, in, name, required, schema, set$ref, setAllowEmptyValue, setAllowReserved, setContent, setDeprecated, setDescription, setExample, setExamples, setExplode, setExtensions, setIn, setName, setRequired, setSchema, setStyle, style, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-