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