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