Class UiItemView.RemoveItemCommand

java.lang.Object
org.teamapps.dto.UiItemView.RemoveItemCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiItemView

public static class UiItemView.RemoveItemCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • groupId

      protected String groupId
    • itemId

      protected int itemId
  • Constructor Details

    • RemoveItemCommand

      @Deprecated public RemoveItemCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • RemoveItemCommand

      public RemoveItemCommand(String componentId, String groupId, int itemId)
  • Method Details