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