Interface AsyncApi30Parameter
-
- All Superinterfaces:
AsyncApi30Extensible,AsyncApi30Referenceable,AsyncApiExtensible,AsyncApiParameter,AsyncApiReferenceable,Extensible,Node,Parameter,Referenceable,Visitable
- All Known Implementing Classes:
AsyncApi30ParameterImpl
public interface AsyncApi30Parameter extends AsyncApiParameter, AsyncApi30Extensible, AsyncApi30Referenceable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddExtension(String name, com.fasterxml.jackson.databind.JsonNode value)voidclearExtensions()Stringget$ref()StringgetDefault()List<String>getEnum()List<String>getExamples()Map<String,com.fasterxml.jackson.databind.JsonNode>getExtensions()voidinsertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)voidremoveExtension(String name)voidset$ref(String value)voidsetDefault(String value)voidsetEnum(List<String> value)voidsetExamples(List<String> value)-
Methods inherited from interface io.apicurio.datamodels.models.asyncapi.AsyncApiParameter
getLocation, setLocation
-
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.Parameter
getDescription, setDescription
-
-
-
-
Method Detail
-
getDefault
String getDefault()
-
setDefault
void setDefault(String value)
-
get$ref
String get$ref()
- Specified by:
get$refin interfaceReferenceable
-
set$ref
void set$ref(String value)
- Specified by:
set$refin interfaceReferenceable
-
getExtensions
Map<String,com.fasterxml.jackson.databind.JsonNode> getExtensions()
- Specified by:
getExtensionsin interfaceExtensible
-
addExtension
void addExtension(String name, com.fasterxml.jackson.databind.JsonNode value)
- Specified by:
addExtensionin interfaceExtensible
-
clearExtensions
void clearExtensions()
- Specified by:
clearExtensionsin interfaceExtensible
-
removeExtension
void removeExtension(String name)
- Specified by:
removeExtensionin interfaceExtensible
-
insertExtension
void insertExtension(String name, com.fasterxml.jackson.databind.JsonNode value, int atIndex)
- Specified by:
insertExtensionin interfaceExtensible
-
-