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 schemavoid
setDescription
(String description) Setter for descriptionvoid
setExample
(Example example) Setter for examplevoid
setExample
(String example) Setter for examplevoid
setExamples
(Map<String, Example> examples) Setter for examplesvoid
setExplode
(Boolean explode) Setter for explodevoid
Setter for invoid
Deprecated.void
Setter for namevoid
setRequired
(Boolean required) Setter for requiredvoid
Setter 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
-