Uses of Class
org.xwiki.rest.model.jaxb.Attribute
-
Packages that use Attribute Package Description org.xwiki.rest.model.jaxb -
-
Uses of Attribute in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb with type parameters of type Attribute Modifier and Type Field Description protected List<Attribute>Property. attributesMethods in org.xwiki.rest.model.jaxb that return Attribute Modifier and Type Method Description AttributeObjectFactory. createAttribute()Create an instance ofAttributeAttributeAttribute. withLinks(Collection<Link> values)AttributeAttribute. withLinks(Link... values)AttributeAttribute. withName(String value)AttributeAttribute. withValue(String value)Methods in org.xwiki.rest.model.jaxb that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>Property. getAttributes()Gets the value of the attributes property.Methods in org.xwiki.rest.model.jaxb with parameters of type Attribute Modifier and Type Method Description PropertyProperty. withAttributes(Attribute... values)Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Attribute Modifier and Type Method Description PropertyProperty. withAttributes(Collection<Attribute> values)
-