Package | Description |
---|---|
org.xwiki.rest.model.jaxb |
Modifier and Type | Field and Description |
---|---|
protected List<MapEntry> |
Map.entries |
protected List<MapEntry> |
JobRequest.properties |
Modifier and Type | Method and Description |
---|---|
MapEntry |
ObjectFactory.createMapEntry()
Create an instance of
MapEntry |
MapEntry |
MapEntry.withKey(String value) |
MapEntry |
MapEntry.withValue(Object value) |
Modifier and Type | Method and Description |
---|---|
List<MapEntry> |
Map.getEntries()
Gets the value of the entries property.
|
List<MapEntry> |
JobRequest.getProperties()
Gets the value of the properties property.
|
Modifier and Type | Method and Description |
---|---|
Map |
Map.withEntries(MapEntry... values) |
JobRequest |
JobRequest.withProperties(MapEntry... values) |
Modifier and Type | Method and Description |
---|---|
Map |
Map.withEntries(Collection<MapEntry> values) |
JobRequest |
JobRequest.withProperties(Collection<MapEntry> values) |
Copyright © 2004–2021 XWiki. All rights reserved.