Class InstallPlanListFluentImpl<A extends InstallPlanListFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanListFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,InstallPlanListFluent<A>
- Direct Known Subclasses:
InstallPlanListBuilder
public class InstallPlanListFluentImpl<A extends InstallPlanListFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements InstallPlanListFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classInstallPlanListFluentImpl.ItemsNestedImpl<N>-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanListFluent
InstallPlanListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description InstallPlanListFluentImpl()InstallPlanListFluentImpl(InstallPlanList instance)
-
Method Summary
-
-
-
Constructor Detail
-
InstallPlanListFluentImpl
public InstallPlanListFluentImpl()
-
InstallPlanListFluentImpl
public InstallPlanListFluentImpl(InstallPlanList instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
addToItems
public A addToItems(int index, InstallPlan item)
- Specified by:
addToItemsin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
setToItems
public A setToItems(int index, InstallPlan item)
- Specified by:
setToItemsin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
addToItems
public A addToItems(InstallPlan... items)
- Specified by:
addToItemsin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
addAllToItems
public A addAllToItems(Collection<InstallPlan> items)
- Specified by:
addAllToItemsin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
removeFromItems
public A removeFromItems(InstallPlan... items)
- Specified by:
removeFromItemsin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
removeAllFromItems
public A removeAllFromItems(Collection<InstallPlan> items)
- Specified by:
removeAllFromItemsin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
removeMatchingFromItems
public A removeMatchingFromItems(Predicate<InstallPlanBuilder> predicate)
- Specified by:
removeMatchingFromItemsin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
getItems
@Deprecated public List<InstallPlan> getItems()
Deprecated.This method has been deprecated, please use method buildItems instead.- Specified by:
getItemsin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>- Returns:
- The buildable object.
-
buildItems
public List<InstallPlan> buildItems()
- Specified by:
buildItemsin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
buildItem
public InstallPlan buildItem(int index)
- Specified by:
buildItemin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
buildFirstItem
public InstallPlan buildFirstItem()
- Specified by:
buildFirstItemin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
buildLastItem
public InstallPlan buildLastItem()
- Specified by:
buildLastItemin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
buildMatchingItem
public InstallPlan buildMatchingItem(Predicate<InstallPlanBuilder> predicate)
- Specified by:
buildMatchingItemin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
hasMatchingItem
public Boolean hasMatchingItem(Predicate<InstallPlanBuilder> predicate)
- Specified by:
hasMatchingItemin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
withItems
public A withItems(List<InstallPlan> items)
- Specified by:
withItemsin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
withItems
public A withItems(InstallPlan... items)
- Specified by:
withItemsin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
hasItems
public Boolean hasItems()
- Specified by:
hasItemsin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
addNewItem
public InstallPlanListFluent.ItemsNested<A> addNewItem()
- Specified by:
addNewItemin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
addNewItemLike
public InstallPlanListFluent.ItemsNested<A> addNewItemLike(InstallPlan item)
- Specified by:
addNewItemLikein interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
setNewItemLike
public InstallPlanListFluent.ItemsNested<A> setNewItemLike(int index, InstallPlan item)
- Specified by:
setNewItemLikein interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
editItem
public InstallPlanListFluent.ItemsNested<A> editItem(int index)
- Specified by:
editItemin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
editFirstItem
public InstallPlanListFluent.ItemsNested<A> editFirstItem()
- Specified by:
editFirstItemin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
editLastItem
public InstallPlanListFluent.ItemsNested<A> editLastItem()
- Specified by:
editLastItemin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
editMatchingItem
public InstallPlanListFluent.ItemsNested<A> editMatchingItem(Predicate<InstallPlanBuilder> predicate)
- Specified by:
editMatchingItemin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
getMetadata
public io.fabric8.kubernetes.api.model.ListMeta getMetadata()
- Specified by:
getMetadatain interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
withMetadata
public A withMetadata(io.fabric8.kubernetes.api.model.ListMeta metadata)
- Specified by:
withMetadatain interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
hasMetadata
public Boolean hasMetadata()
- Specified by:
hasMetadatain interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
withNewMetadata
public A withNewMetadata(String _continue, Long remainingItemCount, String resourceVersion, String selfLink)
- Specified by:
withNewMetadatain interfaceInstallPlanListFluent<A extends InstallPlanListFluent<A>>
-
-