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