Interface AsyncApi30Operations
-
- All Superinterfaces:
MappedNode<AsyncApi30Operation>,Node,Visitable
- All Known Implementing Classes:
AsyncApi30OperationsImpl
public interface AsyncApi30Operations extends Node, MappedNode<AsyncApi30Operation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncApi30OperationcreateOperation()-
Methods inherited from interface io.apicurio.datamodels.models.MappedNode
addItem, clearItems, getItem, getItemNames, getItems, insertItem, removeItem
-
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
-
createOperation
AsyncApi30Operation createOperation()
-
-