Uses of Class
io.fabric8.knative.messaging.v1.Channel
-
Packages that use Channel Package Description io.fabric8.knative.messaging.v1 -
-
Uses of Channel in io.fabric8.knative.messaging.v1
Subclasses of Channel in io.fabric8.knative.messaging.v1 Modifier and Type Class Description classEditableChannelMethods in io.fabric8.knative.messaging.v1 that return Channel Modifier and Type Method Description ChannelChannelListFluent. buildFirstItem()ChannelChannelListFluentImpl. buildFirstItem()ChannelChannelListFluent. buildItem(int index)ChannelChannelListFluentImpl. buildItem(int index)ChannelChannelListFluent. buildLastItem()ChannelChannelListFluentImpl. buildLastItem()ChannelChannelListFluent. buildMatchingItem(Predicate<ChannelBuilder> predicate)ChannelChannelListFluentImpl. buildMatchingItem(Predicate<ChannelBuilder> predicate)Methods in io.fabric8.knative.messaging.v1 that return types with arguments of type Channel Modifier and Type Method Description List<Channel>ChannelListFluent. buildItems()List<Channel>ChannelListFluentImpl. buildItems()List<Channel>ChannelList. getItems()List<Channel>ChannelListFluent. getItems()Deprecated.List<Channel>ChannelListFluentImpl. getItems()Deprecated.Methods in io.fabric8.knative.messaging.v1 with parameters of type Channel Modifier and Type Method Description ChannelListFluent.ItemsNested<A>ChannelListFluent. addNewItemLike(Channel item)ChannelListFluent.ItemsNested<A>ChannelListFluentImpl. addNewItemLike(Channel item)AChannelListFluent. addToItems(int index, Channel item)AChannelListFluent. addToItems(Channel... items)AChannelListFluentImpl. addToItems(int index, Channel item)AChannelListFluentImpl. addToItems(Channel... items)AChannelListFluent. removeFromItems(Channel... items)AChannelListFluentImpl. removeFromItems(Channel... items)ChannelListFluent.ItemsNested<A>ChannelListFluent. setNewItemLike(int index, Channel item)ChannelListFluent.ItemsNested<A>ChannelListFluentImpl. setNewItemLike(int index, Channel item)AChannelListFluent. setToItems(int index, Channel item)AChannelListFluentImpl. setToItems(int index, Channel item)AChannelListFluent. withItems(Channel... items)AChannelListFluentImpl. withItems(Channel... items)Method parameters in io.fabric8.knative.messaging.v1 with type arguments of type Channel Modifier and Type Method Description AChannelListFluent. addAllToItems(Collection<Channel> items)AChannelListFluentImpl. addAllToItems(Collection<Channel> items)AChannelListFluent. removeAllFromItems(Collection<Channel> items)AChannelListFluentImpl. removeAllFromItems(Collection<Channel> items)voidChannelList. setItems(List<Channel> items)AChannelListFluent. withItems(List<Channel> items)AChannelListFluentImpl. withItems(List<Channel> items)Constructors in io.fabric8.knative.messaging.v1 with parameters of type Channel Constructor Description ChannelBuilder(Channel instance)ChannelBuilder(ChannelFluent<?> fluent, Channel instance)ChannelBuilder(ChannelFluent<?> fluent, Channel instance, Boolean validationEnabled)ChannelBuilder(Channel instance, Boolean validationEnabled)ChannelFluentImpl(Channel instance)Constructor parameters in io.fabric8.knative.messaging.v1 with type arguments of type Channel Constructor Description ChannelList(String apiVersion, List<Channel> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)EditableChannelList(String apiVersion, List<Channel> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-