public class ChannelListFluentImpl<A extends ChannelListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ChannelListFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelListFluentImpl.ItemsNestedImpl<N> |
ChannelListFluent.ItemsNested<N>| Constructor and Description |
|---|
ChannelListFluentImpl() |
ChannelListFluentImpl(ChannelList instance) |
public ChannelListFluentImpl()
public ChannelListFluentImpl(ChannelList instance)
public String getApiVersion()
getApiVersion in interface ChannelListFluent<A extends ChannelListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface ChannelListFluent<A extends ChannelListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface ChannelListFluent<A extends ChannelListFluent<A>>@Deprecated public A withNewApiVersion(String arg0)
withNewApiVersion in interface ChannelListFluent<A extends ChannelListFluent<A>>public A addToItems(int index, Channel item)
addToItems in interface ChannelListFluent<A extends ChannelListFluent<A>>public A setToItems(int index, Channel item)
setToItems in interface ChannelListFluent<A extends ChannelListFluent<A>>public A addToItems(Channel... items)
addToItems in interface ChannelListFluent<A extends ChannelListFluent<A>>public A addAllToItems(Collection<Channel> items)
addAllToItems in interface ChannelListFluent<A extends ChannelListFluent<A>>public A removeFromItems(Channel... items)
removeFromItems in interface ChannelListFluent<A extends ChannelListFluent<A>>public A removeAllFromItems(Collection<Channel> items)
removeAllFromItems in interface ChannelListFluent<A extends ChannelListFluent<A>>public A removeMatchingFromItems(Predicate<ChannelBuilder> predicate)
removeMatchingFromItems in interface ChannelListFluent<A extends ChannelListFluent<A>>@Deprecated public List<Channel> getItems()
getItems in interface ChannelListFluent<A extends ChannelListFluent<A>>public List<Channel> buildItems()
buildItems in interface ChannelListFluent<A extends ChannelListFluent<A>>public Channel buildItem(int index)
buildItem in interface ChannelListFluent<A extends ChannelListFluent<A>>public Channel buildFirstItem()
buildFirstItem in interface ChannelListFluent<A extends ChannelListFluent<A>>public Channel buildLastItem()
buildLastItem in interface ChannelListFluent<A extends ChannelListFluent<A>>public Channel buildMatchingItem(Predicate<ChannelBuilder> predicate)
buildMatchingItem in interface ChannelListFluent<A extends ChannelListFluent<A>>public Boolean hasMatchingItem(Predicate<ChannelBuilder> predicate)
hasMatchingItem in interface ChannelListFluent<A extends ChannelListFluent<A>>public A withItems(List<Channel> items)
withItems in interface ChannelListFluent<A extends ChannelListFluent<A>>public A withItems(Channel... items)
withItems in interface ChannelListFluent<A extends ChannelListFluent<A>>public Boolean hasItems()
hasItems in interface ChannelListFluent<A extends ChannelListFluent<A>>public ChannelListFluent.ItemsNested<A> addNewItem()
addNewItem in interface ChannelListFluent<A extends ChannelListFluent<A>>public ChannelListFluent.ItemsNested<A> addNewItemLike(Channel item)
addNewItemLike in interface ChannelListFluent<A extends ChannelListFluent<A>>public ChannelListFluent.ItemsNested<A> setNewItemLike(int index, Channel item)
setNewItemLike in interface ChannelListFluent<A extends ChannelListFluent<A>>public ChannelListFluent.ItemsNested<A> editItem(int index)
editItem in interface ChannelListFluent<A extends ChannelListFluent<A>>public ChannelListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface ChannelListFluent<A extends ChannelListFluent<A>>public ChannelListFluent.ItemsNested<A> editLastItem()
editLastItem in interface ChannelListFluent<A extends ChannelListFluent<A>>public ChannelListFluent.ItemsNested<A> editMatchingItem(Predicate<ChannelBuilder> predicate)
editMatchingItem in interface ChannelListFluent<A extends ChannelListFluent<A>>public String getKind()
getKind in interface ChannelListFluent<A extends ChannelListFluent<A>>public A withKind(String kind)
withKind in interface ChannelListFluent<A extends ChannelListFluent<A>>public Boolean hasKind()
hasKind in interface ChannelListFluent<A extends ChannelListFluent<A>>@Deprecated public A withNewKind(String arg0)
withNewKind in interface ChannelListFluent<A extends ChannelListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface ChannelListFluent<A extends ChannelListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface ChannelListFluent<A extends ChannelListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface ChannelListFluent<A extends ChannelListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface ChannelListFluent<A extends ChannelListFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.