Package | Description |
---|---|
org.xwiki.rest.model.jaxb |
Modifier and Type | Field and Description |
---|---|
protected List<Property> |
Properties.properties |
protected List<Property> |
Class.properties |
protected List<Property> |
Object.properties |
Modifier and Type | Method and Description |
---|---|
Property |
ObjectFactory.createProperty()
Create an instance of
Property |
Property |
Property.withAttributes(Attribute... values) |
Property |
Property.withAttributes(Collection<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) |
Modifier and Type | Method and Description |
---|---|
List<Property> |
Properties.getProperties()
Gets the value of the properties property.
|
List<Property> |
Class.getProperties()
Gets the value of the properties property.
|
List<Property> |
Object.getProperties()
Gets the value of the properties property.
|
Modifier and Type | Method and Description |
---|---|
Properties |
Properties.withProperties(Property... values) |
Class |
Class.withProperties(Property... values) |
Object |
Object.withProperties(Property... values) |
Modifier and Type | Method and Description |
---|---|
Properties |
Properties.withProperties(Collection<Property> values) |
Class |
Class.withProperties(Collection<Property> values) |
Object |
Object.withProperties(Collection<Property> values) |
Copyright © 2004–2021 XWiki. All rights reserved.