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