Interface AsyncApi23Message
-
- All Superinterfaces:
AsyncApi23Extensible,AsyncApi23Referenceable,AsyncApiExtensible,AsyncApiMessage,AsyncApiReferenceable,Extensible,Node,Referenceable,Visitable
- All Known Implementing Classes:
AsyncApi23MessageImpl
public interface AsyncApi23Message extends AsyncApiMessage, AsyncApi23Extensible, AsyncApi23Referenceable
-
-
Method Summary
-
Methods inherited from interface io.apicurio.datamodels.models.asyncapi.AsyncApiMessage
addTag, addTrait, clearTags, clearTraits, createCorrelationID, createExternalDocumentation, createMessageBindings, createMessageTrait, createTag, getBindings, getContentType, getCorrelationId, getDescription, getExternalDocs, getName, getSummary, getTags, getTitle, getTraits, insertTag, insertTrait, removeTag, removeTrait, setBindings, setContentType, setCorrelationId, setDescription, setExternalDocs, setName, setSummary, setTitle
-
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
-
createMessage
AsyncApi23Message createMessage()
-
getOneOf
List<AsyncApi23Message> getOneOf()
-
addOneOf
void addOneOf(AsyncApi23Message value)
-
clearOneOf
void clearOneOf()
-
removeOneOf
void removeOneOf(AsyncApi23Message value)
-
insertOneOf
void insertOneOf(AsyncApi23Message value, int atIndex)
-
getHeaders
AsyncApi23Schema getHeaders()
-
setHeaders
void setHeaders(AsyncApi23Schema value)
-
createSchema
AsyncApi23Schema createSchema()
-
getPayload
com.fasterxml.jackson.databind.JsonNode getPayload()
-
setPayload
void setPayload(com.fasterxml.jackson.databind.JsonNode value)
-
getSchemaFormat
String getSchemaFormat()
-
setSchemaFormat
void setSchemaFormat(String value)
-
getExamples
AsyncApi23MessageExample getExamples()
-
setExamples
void setExamples(AsyncApi23MessageExample value)
-
createMessageExample
AsyncApi23MessageExample createMessageExample()
-
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
-
-