Uses of Class
io.apicurio.registry.operator.api.v1.model.ApicurioRegistryListFluent.ItemsNested
-
Packages that use ApicurioRegistryListFluent.ItemsNested Package Description io.apicurio.registry.operator.api.v1.model -
-
Uses of ApicurioRegistryListFluent.ItemsNested in io.apicurio.registry.operator.api.v1.model
Methods in io.apicurio.registry.operator.api.v1.model that return ApicurioRegistryListFluent.ItemsNested Modifier and Type Method Description ApicurioRegistryListFluent.ItemsNested<A>ApicurioRegistryListFluent. addNewItem()ApicurioRegistryListFluent.ItemsNested<A>ApicurioRegistryListFluent. addNewItemLike(ApicurioRegistry item)ApicurioRegistryListFluent.ItemsNested<A>ApicurioRegistryListFluent. editFirstItem()ApicurioRegistryListFluent.ItemsNested<A>ApicurioRegistryListFluent. editItem(int index)ApicurioRegistryListFluent.ItemsNested<A>ApicurioRegistryListFluent. editLastItem()ApicurioRegistryListFluent.ItemsNested<A>ApicurioRegistryListFluent. editMatchingItem(Predicate<ApicurioRegistryBuilder> predicate)ApicurioRegistryListFluent.ItemsNested<A>ApicurioRegistryListFluent. setNewItemLike(int index, ApicurioRegistry item)
-