Uses of Class
org.xwiki.rest.model.jaxb.PropertyValue
-
Packages that use PropertyValue Package Description org.xwiki.rest.model.jaxb -
-
Uses of PropertyValue in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb with type parameters of type PropertyValue Modifier and Type Field Description protected List<PropertyValue>
PropertyValues. propertyValues
Methods in org.xwiki.rest.model.jaxb that return types with arguments of type PropertyValue Modifier and Type Method Description List<PropertyValue>
PropertyValues. getPropertyValues()
Gets the value of the propertyValues property.Methods in org.xwiki.rest.model.jaxb with parameters of type PropertyValue Modifier and Type Method Description PropertyValues
PropertyValues. withPropertyValues(PropertyValue... values)
Method parameters in org.xwiki.rest.model.jaxb with type arguments of type PropertyValue Modifier and Type Method Description PropertyValues
PropertyValues. withPropertyValues(Collection<PropertyValue> values)
-