Class ListUpdateValue.ListUpdateAction<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<? extends T> getItems()  
      void setItems​(java.util.Collection<? extends T> items)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ListUpdateAction

        public ListUpdateAction()
    • Method Detail

      • getItems

        public java.util.Collection<? extends T> getItems()
      • setItems

        public void setItems​(java.util.Collection<? extends T> items)