Package | Description |
---|---|
org.xwiki.rest.model.jaxb |
Modifier and Type | Field and Description |
---|---|
protected List<Attribute> |
Property.attributes |
Modifier and Type | Method and Description |
---|---|
Attribute |
ObjectFactory.createAttribute()
Create an instance of
Attribute |
Attribute |
Attribute.withLinks(Collection<Link> values) |
Attribute |
Attribute.withLinks(Link... values) |
Attribute |
Attribute.withName(String value) |
Attribute |
Attribute.withValue(String value) |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
Property.getAttributes()
Gets the value of the attributes property.
|
Modifier and Type | Method and Description |
---|---|
Property |
Property.withAttributes(Attribute... values) |
Modifier and Type | Method and Description |
---|---|
Property |
Property.withAttributes(Collection<Attribute> values) |
Copyright © 2004–2021 XWiki. All rights reserved.