Class UiInfiniteItemView.RemoveDataCommand

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

public static class UiInfiniteItemView.RemoveDataCommand extends Object implements UiCommand<Void>
  • Field Details

  • Constructor Details

    • RemoveDataCommand

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

      public RemoveDataCommand(String componentId, List<Integer> ids)
  • Method Details