Interface AsyncApi30Channels
-
- All Superinterfaces:
AsyncApiChannels,MappedNode<AsyncApi30Channel>,Node,Visitable
- All Known Implementing Classes:
AsyncApi30ChannelsImpl
public interface AsyncApi30Channels extends AsyncApiChannels, MappedNode<AsyncApi30Channel>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncApi30ChannelcreateChannel()-
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
-
createChannel
AsyncApi30Channel createChannel()
-
-