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