public class RunListFluentImpl<A extends RunListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RunListFluent<A>
RunListFluent.ItemsNested<N>| Constructor and Description |
|---|
RunListFluentImpl() |
RunListFluentImpl(RunList instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic RunListFluentImpl()
public RunListFluentImpl(RunList instance)
public String getApiVersion()
getApiVersion in interface RunListFluent<A extends RunListFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface RunListFluent<A extends RunListFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface RunListFluent<A extends RunListFluent<A>>public A addToItems(int index, Run item)
addToItems in interface RunListFluent<A extends RunListFluent<A>>public A setToItems(int index, Run item)
setToItems in interface RunListFluent<A extends RunListFluent<A>>public A addToItems(Run... items)
addToItems in interface RunListFluent<A extends RunListFluent<A>>public A addAllToItems(Collection<Run> items)
addAllToItems in interface RunListFluent<A extends RunListFluent<A>>public A removeFromItems(Run... items)
removeFromItems in interface RunListFluent<A extends RunListFluent<A>>public A removeAllFromItems(Collection<Run> items)
removeAllFromItems in interface RunListFluent<A extends RunListFluent<A>>public A removeMatchingFromItems(Predicate<RunBuilder> predicate)
removeMatchingFromItems in interface RunListFluent<A extends RunListFluent<A>>@Deprecated public List<Run> getItems()
getItems in interface RunListFluent<A extends RunListFluent<A>>public List<Run> buildItems()
buildItems in interface RunListFluent<A extends RunListFluent<A>>public Run buildItem(int index)
buildItem in interface RunListFluent<A extends RunListFluent<A>>public Run buildFirstItem()
buildFirstItem in interface RunListFluent<A extends RunListFluent<A>>public Run buildLastItem()
buildLastItem in interface RunListFluent<A extends RunListFluent<A>>public Run buildMatchingItem(Predicate<RunBuilder> predicate)
buildMatchingItem in interface RunListFluent<A extends RunListFluent<A>>public Boolean hasMatchingItem(Predicate<RunBuilder> predicate)
hasMatchingItem in interface RunListFluent<A extends RunListFluent<A>>public A withItems(List<Run> items)
withItems in interface RunListFluent<A extends RunListFluent<A>>public A withItems(Run... items)
withItems in interface RunListFluent<A extends RunListFluent<A>>public Boolean hasItems()
hasItems in interface RunListFluent<A extends RunListFluent<A>>public RunListFluent.ItemsNested<A> addNewItem()
addNewItem in interface RunListFluent<A extends RunListFluent<A>>public RunListFluent.ItemsNested<A> addNewItemLike(Run item)
addNewItemLike in interface RunListFluent<A extends RunListFluent<A>>public RunListFluent.ItemsNested<A> setNewItemLike(int index, Run item)
setNewItemLike in interface RunListFluent<A extends RunListFluent<A>>public RunListFluent.ItemsNested<A> editItem(int index)
editItem in interface RunListFluent<A extends RunListFluent<A>>public RunListFluent.ItemsNested<A> editFirstItem()
editFirstItem in interface RunListFluent<A extends RunListFluent<A>>public RunListFluent.ItemsNested<A> editLastItem()
editLastItem in interface RunListFluent<A extends RunListFluent<A>>public RunListFluent.ItemsNested<A> editMatchingItem(Predicate<RunBuilder> predicate)
editMatchingItem in interface RunListFluent<A extends RunListFluent<A>>public String getKind()
getKind in interface RunListFluent<A extends RunListFluent<A>>public A withKind(String kind)
withKind in interface RunListFluent<A extends RunListFluent<A>>public Boolean hasKind()
hasKind in interface RunListFluent<A extends RunListFluent<A>>public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
getMetadata in interface RunListFluent<A extends RunListFluent<A>>public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
withMetadata in interface RunListFluent<A extends RunListFluent<A>>public Boolean hasMetadata()
hasMetadata in interface RunListFluent<A extends RunListFluent<A>>public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
withNewMetadata in interface RunListFluent<A extends RunListFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RunListFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends RunListFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.