Class UiCalendar.RemoveEventCommand

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

public static class UiCalendar.RemoveEventCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • eventId

      protected int eventId
  • Constructor Details

    • RemoveEventCommand

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

      public RemoveEventCommand(String componentId, int eventId)
  • Method Details