Uses of Class
org.xwiki.rest.model.jaxb.MapEntry
-
Packages that use MapEntry Package Description org.xwiki.rest.model.jaxb -
-
Uses of MapEntry in org.xwiki.rest.model.jaxb
Fields in org.xwiki.rest.model.jaxb with type parameters of type MapEntry Modifier and Type Field Description protected List<MapEntry>
Map. entries
protected List<MapEntry>
JobRequest. properties
Methods in org.xwiki.rest.model.jaxb that return MapEntry Modifier and Type Method Description MapEntry
ObjectFactory. createMapEntry()
Create an instance ofMapEntry
MapEntry
MapEntry. withKey(String value)
MapEntry
MapEntry. withValue(Object value)
Methods in org.xwiki.rest.model.jaxb that return types with arguments of type MapEntry Modifier and Type Method Description List<MapEntry>
Map. getEntries()
Gets the value of the entries property.List<MapEntry>
JobRequest. getProperties()
Gets the value of the properties property.Methods in org.xwiki.rest.model.jaxb with parameters of type MapEntry Modifier and Type Method Description Map
Map. withEntries(MapEntry... values)
JobRequest
JobRequest. withProperties(MapEntry... values)
Method parameters in org.xwiki.rest.model.jaxb with type arguments of type MapEntry Modifier and Type Method Description Map
Map. withEntries(Collection<MapEntry> values)
JobRequest
JobRequest. withProperties(Collection<MapEntry> values)
-