Interface AsyncApiServerVariable
-
- All Superinterfaces:
Node,ServerVariable,Visitable
- All Known Subinterfaces:
AsyncApi20ServerVariable,AsyncApi21ServerVariable,AsyncApi22ServerVariable,AsyncApi23ServerVariable,AsyncApi24ServerVariable,AsyncApi25ServerVariable,AsyncApi26ServerVariable,AsyncApi30ServerVariable
- All Known Implementing Classes:
AsyncApi20ServerVariableImpl,AsyncApi21ServerVariableImpl,AsyncApi22ServerVariableImpl,AsyncApi23ServerVariableImpl,AsyncApi24ServerVariableImpl,AsyncApi25ServerVariableImpl,AsyncApi26ServerVariableImpl,AsyncApi30ServerVariableImpl
public interface AsyncApiServerVariable extends ServerVariable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getExamples()voidsetExamples(List<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
-
Methods inherited from interface io.apicurio.datamodels.models.ServerVariable
getDefault, getDescription, getEnum, setDefault, setDescription, setEnum
-
-