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