Class ListUpdateValue.ListUpdateAction<T>
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.update.ListUpdateValue.ListUpdateAction<T>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ListUpdateValue.ListUpdateActionAdd,ListUpdateValue.ListUpdateActionRemove,ListUpdateValue.ListUpdateActionSet
- Enclosing class:
ListUpdateValue<ADD,REMOVE, SET, ACTION>
@JsonObject("as.dto.common.update.ListUpdateAction")
public static class ListUpdateValue.ListUpdateAction<T>
extends Object
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends T> getItems()voidsetItems(Collection<? extends T> items)
-
Constructor Details
-
ListUpdateAction
public ListUpdateAction()
-
-
Method Details
-
getItems
-
setItems
-