| Package | Description |
|---|---|
| io.fabric8.knative.messaging.v1 |
| Modifier and Type | Method and Description |
|---|---|
Channel |
ChannelBuilder.build() |
Channel |
ChannelListFluent.buildFirstItem() |
Channel |
ChannelListFluent.buildItem(int index) |
Channel |
ChannelListFluent.buildLastItem() |
Channel |
ChannelListFluent.buildMatchingItem(Predicate<ChannelBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
ChannelListFluent.buildItems() |
List<Channel> |
ChannelList.getItems() |
| Modifier and Type | Method and Description |
|---|---|
ChannelListFluent.ItemsNested<A> |
ChannelListFluent.addNewItemLike(Channel item) |
A |
ChannelListFluent.addToItems(Channel... items) |
A |
ChannelListFluent.addToItems(int index,
Channel item) |
protected void |
ChannelFluent.copyInstance(Channel instance) |
A |
ChannelListFluent.removeFromItems(Channel... items) |
ChannelListFluent.ItemsNested<A> |
ChannelListFluent.setNewItemLike(int index,
Channel item) |
A |
ChannelListFluent.setToItems(int index,
Channel item) |
A |
ChannelListFluent.withItems(Channel... items) |
| Modifier and Type | Method and Description |
|---|---|
A |
ChannelListFluent.addAllToItems(Collection<Channel> items) |
A |
ChannelListFluent.removeAllFromItems(Collection<Channel> items) |
void |
ChannelList.setItems(List<Channel> items) |
A |
ChannelListFluent.withItems(List<Channel> items) |
| Constructor and Description |
|---|
ChannelBuilder(Channel instance) |
ChannelBuilder(ChannelFluent<?> fluent,
Channel instance) |
ChannelFluent(Channel instance) |
| Constructor and Description |
|---|
ChannelList(String apiVersion,
List<Channel> items,
String kind,
io.fabric8.kubernetes.api.model.ListMeta metadata) |
Copyright © 2015–2023 Red Hat. All rights reserved.