Uses of Class
org.xwiki.rest.model.jaxb.Property
-
Packages that use Property Package Description org.xwiki.rest.model.jaxb -
-
Uses of Property in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb with type parameters of type Property Modifier and Type Field Description protected List<Property>
Class. properties
protected List<Property>
Object. properties
protected List<Property>
Properties. properties
Methods in org.xwiki.rest.model.jaxb that return Property Modifier and Type Method Description Property
ObjectFactory. createProperty()
Create an instance ofProperty
Property
Property. withAttributes(Collection<Attribute> values)
Property
Property. withAttributes(Attribute... values)
Property
Property. withLinks(Collection<Link> values)
Property
Property. withLinks(Link... values)
Property
Property. withName(String value)
Property
Property. withType(String value)
Property
Property. withValue(String value)
Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Property Modifier and Type Method Description List<Property>
Class. getProperties()
Gets the value of the properties property.List<Property>
Object. getProperties()
Gets the value of the properties property.List<Property>
Properties. getProperties()
Gets the value of the properties property.Methods in org.xwiki.rest.model.jaxb with parameters of type Property Modifier and Type Method Description Class
Class. withProperties(Property... values)
Object
Object. withProperties(Property... values)
Properties
Properties. withProperties(Property... values)
Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Property Modifier and Type Method Description Class
Class. withProperties(Collection<Property> values)
Object
Object. withProperties(Collection<Property> values)
Properties
Properties. withProperties(Collection<Property> values)
-