| Package | Description |
|---|---|
| io.fabric8.knative.messaging.v1 |
| Modifier and Type | Class and Description |
|---|---|
class |
EditableChannel |
| Modifier and Type | Method and Description |
|---|---|
Channel |
ChannelListFluent.buildFirstItem() |
Channel |
ChannelListFluentImpl.buildFirstItem() |
Channel |
ChannelListFluent.buildItem(int index) |
Channel |
ChannelListFluentImpl.buildItem(int index) |
Channel |
ChannelListFluent.buildLastItem() |
Channel |
ChannelListFluentImpl.buildLastItem() |
Channel |
ChannelListFluent.buildMatchingItem(Predicate<ChannelBuilder> predicate) |
Channel |
ChannelListFluentImpl.buildMatchingItem(Predicate<ChannelBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
ChannelListFluent.buildItems() |
List<Channel> |
ChannelListFluentImpl.buildItems() |
List<Channel> |
ChannelListFluent.getItems()
Deprecated.
|
List<Channel> |
ChannelListFluentImpl.getItems()
Deprecated.
|
List<Channel> |
ChannelList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
ChannelListFluent.ItemsNested<A> |
ChannelListFluent.addNewItemLike(Channel item) |
ChannelListFluent.ItemsNested<A> |
ChannelListFluentImpl.addNewItemLike(Channel item) |
A |
ChannelListFluent.addToItems(Channel... items) |
A |
ChannelListFluentImpl.addToItems(Channel... items) |
A |
ChannelListFluent.addToItems(int index,
Channel item) |
A |
ChannelListFluentImpl.addToItems(int index,
Channel item) |
A |
ChannelListFluent.removeFromItems(Channel... items) |
A |
ChannelListFluentImpl.removeFromItems(Channel... items) |
ChannelListFluent.ItemsNested<A> |
ChannelListFluent.setNewItemLike(int index,
Channel item) |
ChannelListFluent.ItemsNested<A> |
ChannelListFluentImpl.setNewItemLike(int index,
Channel item) |
A |
ChannelListFluent.setToItems(int index,
Channel item) |
A |
ChannelListFluentImpl.setToItems(int index,
Channel item) |
A |
ChannelListFluent.withItems(Channel... items) |
A |
ChannelListFluentImpl.withItems(Channel... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
ChannelListFluent.addAllToItems(Collection<Channel> items) |
A |
ChannelListFluentImpl.addAllToItems(Collection<Channel> items) |
A |
ChannelListFluent.removeAllFromItems(Collection<Channel> items) |
A |
ChannelListFluentImpl.removeAllFromItems(Collection<Channel> items) |
void |
ChannelList.setItems(List<Channel> items) |
A |
ChannelListFluent.withItems(List<Channel> items) |
A |
ChannelListFluentImpl.withItems(List<Channel> items) |
| Constructor and Description |
|---|
ChannelBuilder(Channel instance) |
ChannelBuilder(Channel instance,
Boolean validationEnabled) |
ChannelBuilder(ChannelFluent<?> fluent,
Channel instance) |
ChannelBuilder(ChannelFluent<?> fluent,
Channel instance,
Boolean validationEnabled) |
ChannelFluentImpl(Channel instance) |
| Constructor and 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) |
Copyright © 2015–2021 Red Hat. All rights reserved.