Interface AsyncApi22Channels
-
- All Superinterfaces:
AsyncApiChannels,MappedNode<AsyncApi22ChannelItem>,Node,Visitable
- All Known Implementing Classes:
AsyncApi22ChannelsImpl
public interface AsyncApi22Channels extends AsyncApiChannels, MappedNode<AsyncApi22ChannelItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncApi22ChannelItemcreateChannelItem()-
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
-
createChannelItem
AsyncApi22ChannelItem createChannelItem()
-
-