Class UiItemView.RemoveItemGroupCommand

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

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

    • componentId

      protected String componentId
    • groupId

      protected String groupId
  • Constructor Details

    • RemoveItemGroupCommand

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

      public RemoveItemGroupCommand(String componentId, String groupId)
  • Method Details