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