Class ListUpdateMapValues
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.common.update.ListUpdateMapValues")
public class ListUpdateMapValues
extends ListUpdateValue<Map<String,String>,String,Map<String,String>,Object>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.update.ListUpdateValue
ListUpdateValue.ListUpdateAction<T>, ListUpdateValue.ListUpdateActionAdd<ADD>, ListUpdateValue.ListUpdateActionRemove<REMOVE>, ListUpdateValue.ListUpdateActionSet<SET> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.update.ListUpdateValue
add, clearActions, getActions, getAdded, getRemoved, getSet, hasActions, remove, set, toString
-
Constructor Details
-
ListUpdateMapValues
public ListUpdateMapValues()
-
-
Method Details
-
put
-