Class Parameter
java.lang.Object
com.kingsrook.qqq.openapi.model.Parameter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for descriptionGetter for exampleGetter for examplesGetter for explodegetIn()Getter for ingetName()Getter for nameGetter for requiredGetter for schemavoidsetDescription(String description) Setter for descriptionvoidsetExample(Example example) Setter for examplevoidsetExample(String example) Setter for examplevoidsetExamples(Map<String, Example> examples) Setter for examplesvoidsetExplode(Boolean explode) Setter for explodevoidSetter for invoidDeprecated.voidSetter for namevoidsetRequired(Boolean required) Setter for requiredvoidSetter for schemawithDescription(String description) Fluent setter for descriptionwithExample(Example example) Fluent setter for examplewithExample(String example) Fluent setter for examplewithExamples(Map<String, Example> examples) Fluent setter for exampleswithExplode(Boolean explode) Fluent setter for explodeFluent setter for inDeprecated.Fluent setter for namewithRequired(Boolean required) Fluent setter for requiredwithSchema(Schema schema) Fluent setter for schema
-
Constructor Details
-
Parameter
public Parameter()
-
-
Method Details
-
getName
Getter for name -
setName
Setter for name -
withName
-
getDescription
Getter for description -
setDescription
Setter for description -
withDescription
-
getIn
Getter for in -
setIn
Deprecated.Setter for in -
withIn
Deprecated.Fluent setter for in -
setIn
Setter for in -
withIn
-
getSchema
Getter for schema -
setSchema
Setter for schema -
withSchema
-
getExplode
Getter for explode -
setExplode
Setter for explode -
withExplode
-
getExamples
-
setExamples
-
withExamples
-
getRequired
Getter for required -
setRequired
Setter for required -
withRequired
-
getExample
Getter for example -
setExample
Setter for example -
withExample
-
setExample
Setter for example -
withExample
-