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