Class IdListUpdateValue<T>
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.update.ListUpdateValue<T,T,T,T>
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.update.IdListUpdateValue<T>
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.common.update.IdListUpdateValue")
public class IdListUpdateValue<T>
extends ListUpdateValue<T,T,T,T>
- 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
-
IdListUpdateValue
public IdListUpdateValue()
-