Interface OpenApiEncoding
-
- All Known Subinterfaces:
OpenApi30Encoding,OpenApi31Encoding
- All Known Implementing Classes:
OpenApi30EncodingImpl,OpenApi31EncodingImpl
public interface OpenApiEncoding extends Node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContentType()StringgetStyle()BooleanisAllowReserved()BooleanisExplode()voidsetAllowReserved(Boolean value)voidsetContentType(String value)voidsetExplode(Boolean value)voidsetStyle(String value)-
Methods inherited from interface io.apicurio.datamodels.models.Node
addExtraProperty, attach, clearNodeAttributes, emptyClone, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute
-
-
-
-
Method Detail
-
isExplode
Boolean isExplode()
-
setExplode
void setExplode(Boolean value)
-
getContentType
String getContentType()
-
setContentType
void setContentType(String value)
-
isAllowReserved
Boolean isAllowReserved()
-
setAllowReserved
void setAllowReserved(Boolean value)
-
getStyle
String getStyle()
-
setStyle
void setStyle(String value)
-
-