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. attributes
Methods in org.xwiki.rest.model.jaxb that return Attribute Modifier and Type Method Description Attribute
ObjectFactory. createAttribute()
Create an instance ofAttribute
Attribute
Attribute. withLinks(Collection<Link> values)
Attribute
Attribute. withLinks(Link... values)
Attribute
Attribute. withName(String value)
Attribute
Attribute. 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 Property
Property. withAttributes(Attribute... values)
Method parameters in org.xwiki.rest.model.jaxb with type arguments of type Attribute Modifier and Type Method Description Property
Property. withAttributes(Collection<Attribute> values)
-