public interface InMemoryChannelListFluent<A extends InMemoryChannelListFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InMemoryChannelListFluent.ItemsNested<N> |
java.lang.String getApiVersion()
A withApiVersion(java.lang.String apiVersion)
java.lang.Boolean hasApiVersion()
A withNewApiVersion(java.lang.String arg1)
A withNewApiVersion(java.lang.StringBuilder arg1)
A withNewApiVersion(java.lang.StringBuffer arg1)
A addToItems(int index, InMemoryChannel item)
A setToItems(int index, InMemoryChannel item)
A addToItems(InMemoryChannel... items)
A addAllToItems(java.util.Collection<InMemoryChannel> items)
A removeFromItems(InMemoryChannel... items)
A removeAllFromItems(java.util.Collection<InMemoryChannel> items)
@Deprecated java.util.List<InMemoryChannel> getItems()
java.util.List<InMemoryChannel> buildItems()
InMemoryChannel buildItem(int index)
InMemoryChannel buildFirstItem()
InMemoryChannel buildLastItem()
InMemoryChannel buildMatchingItem(Predicate<InMemoryChannelBuilder> predicate)
java.lang.Boolean hasMatchingItem(Predicate<InMemoryChannelBuilder> predicate)
A withItems(java.util.List<InMemoryChannel> items)
A withItems(InMemoryChannel... items)
java.lang.Boolean hasItems()
InMemoryChannelListFluent.ItemsNested<A> addNewItem()
InMemoryChannelListFluent.ItemsNested<A> addNewItemLike(InMemoryChannel item)
InMemoryChannelListFluent.ItemsNested<A> setNewItemLike(int index, InMemoryChannel item)
InMemoryChannelListFluent.ItemsNested<A> editItem(int index)
InMemoryChannelListFluent.ItemsNested<A> editFirstItem()
InMemoryChannelListFluent.ItemsNested<A> editLastItem()
InMemoryChannelListFluent.ItemsNested<A> editMatchingItem(Predicate<InMemoryChannelBuilder> predicate)
java.lang.String getKind()
A withKind(java.lang.String kind)
java.lang.Boolean hasKind()
A withNewKind(java.lang.String arg1)
A withNewKind(java.lang.StringBuilder arg1)
A withNewKind(java.lang.StringBuffer arg1)
ListMeta getMetadata()
java.lang.Boolean hasMetadata()
A withNewMetadata(java.lang.String _continue, java.lang.String resourceVersion, java.lang.String selfLink)
Copyright © 2015-2019 Red Hat. All Rights Reserved.