Interface AsyncApi30Operation
-
- All Superinterfaces:
AsyncApi30Extensible,AsyncApi30Referenceable,AsyncApiExtensible,AsyncApiOperation,AsyncApiReferenceable,Extensible,Node,Operation,Referenceable,Visitable
- All Known Implementing Classes:
AsyncApi30OperationImpl
public interface AsyncApi30Operation extends AsyncApiOperation, AsyncApi30Extensible, AsyncApi30Referenceable
-
-
Method Summary
-
Methods inherited from interface io.apicurio.datamodels.models.asyncapi.AsyncApiOperation
addTag, addTrait, clearTags, clearTraits, createOperationBindings, createOperationTrait, createTag, getBindings, getTags, getTraits, insertTag, insertTrait, removeTag, removeTrait, setBindings
-
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.Operation
createExternalDocumentation, getDescription, getExternalDocs, getSummary, setDescription, setExternalDocs, setSummary
-
-
-
-
Method Detail
-
getAction
String getAction()
-
setAction
void setAction(String value)
-
getChannel
AsyncApi30Reference getChannel()
-
setChannel
void setChannel(AsyncApi30Reference value)
-
createReference
AsyncApi30Reference createReference()
-
getTitle
String getTitle()
-
setTitle
void setTitle(String value)
-
createSecurityScheme
AsyncApi30SecurityScheme createSecurityScheme()
-
getSecurity
List<AsyncApi30SecurityScheme> getSecurity()
-
addSecurity
void addSecurity(AsyncApi30SecurityScheme value)
-
clearSecurity
void clearSecurity()
-
removeSecurity
void removeSecurity(AsyncApi30SecurityScheme value)
-
insertSecurity
void insertSecurity(AsyncApi30SecurityScheme value, int atIndex)
-
getMessages
List<AsyncApi30Reference> getMessages()
-
addMessage
void addMessage(AsyncApi30Reference value)
-
clearMessages
void clearMessages()
-
removeMessage
void removeMessage(AsyncApi30Reference value)
-
insertMessage
void insertMessage(AsyncApi30Reference value, int atIndex)
-
getReply
AsyncApi30OperationReply getReply()
-
setReply
void setReply(AsyncApi30OperationReply value)
-
createOperationReply
AsyncApi30OperationReply createOperationReply()
-
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
-
-