Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.InstallPlanListFluent.ItemsNested
-
Packages that use InstallPlanListFluent.ItemsNested Package Description io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of InstallPlanListFluent.ItemsNested in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return InstallPlanListFluent.ItemsNested Modifier and Type Method Description InstallPlanListFluent.ItemsNested<A>InstallPlanListFluent. addNewItem()InstallPlanListFluent.ItemsNested<A>InstallPlanListFluent. addNewItemLike(InstallPlan item)InstallPlanListFluent.ItemsNested<A>InstallPlanListFluent. editFirstItem()InstallPlanListFluent.ItemsNested<A>InstallPlanListFluent. editItem(int index)InstallPlanListFluent.ItemsNested<A>InstallPlanListFluent. editLastItem()InstallPlanListFluent.ItemsNested<A>InstallPlanListFluent. editMatchingItem(Predicate<InstallPlanBuilder> predicate)InstallPlanListFluent.ItemsNested<A>InstallPlanListFluent. setNewItemLike(int index, InstallPlan item)
-