public interface MapId extends Serializable, Map<String,Serializable>
| Modifier and Type | Method and Description |
|---|---|
MapId |
with(String name,
Serializable value)
Builder method that adds the value for the named property, then returns
this. |
MapId with(String name, Serializable value)
this.name - The property name containing the value.value - The property value.thisCopyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.