Uses of Class
io.sundr.model.TypeDefFluent.PropertiesNested
-
-
Uses of TypeDefFluent.PropertiesNested in io.sundr.model
Methods in io.sundr.model that return TypeDefFluent.PropertiesNested Modifier and Type Method Description TypeDefFluent.PropertiesNested<A>TypeDefFluent. addNewProperty()TypeDefFluent.PropertiesNested<A>TypeDefFluent. addNewPropertyLike(io.sundr.model.Property item)TypeDefFluent.PropertiesNested<A>TypeDefFluent. editFirstProperty()TypeDefFluent.PropertiesNested<A>TypeDefFluent. editLastProperty()TypeDefFluent.PropertiesNested<A>TypeDefFluent. editMatchingProperty(Predicate<PropertyBuilder> predicate)TypeDefFluent.PropertiesNested<A>TypeDefFluent. editProperty(int index)TypeDefFluent.PropertiesNested<A>TypeDefFluent. setNewPropertyLike(int index, io.sundr.model.Property item)
-