Uses of Class
org.xwiki.rest.model.jaxb.PropertyValues
-
Packages that use PropertyValues Package Description org.xwiki.rest.model.jaxb -
-
Uses of PropertyValues in org.xwiki.rest.model.jaxb
Methods in org.xwiki.rest.model.jaxb that return PropertyValues Modifier and Type Method Description PropertyValues
ObjectFactory. createPropertyValues()
Create an instance ofPropertyValues
PropertyValues
PropertyValues. withLinks(Collection<Link> values)
PropertyValues
PropertyValues. withLinks(Link... values)
PropertyValues
PropertyValues. withPropertyValues(Collection<PropertyValue> values)
PropertyValues
PropertyValues. withPropertyValues(PropertyValue... values)
-