public interface Parameter extends OpenAPIObject
Modifier and Type | Method and Description |
---|---|
Location |
getIn() |
String |
getName() |
JsonSchema |
getSchema() |
SchemaType |
getSchemaType() |
Style |
getStyle() |
boolean |
isExplode() |
boolean |
isRequired() |
getOpenAPIModel
String getName()
Location getIn()
boolean isRequired()
Style getStyle()
boolean isExplode()
JsonSchema getSchema()
JsonSchema
of the parameterSchemaType getSchemaType()
SchemaType
of the parameterCopyright © 2023 Eclipse. All rights reserved.