Class UiCalendar.AddEventCommand

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

public static class UiCalendar.AddEventCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Details

  • Constructor Details

    • AddEventCommand

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

      public AddEventCommand​(java.lang.String componentId, UiCalendarEventClientRecord theEvent)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getComponentId

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<java.lang.Void>
    • getTheEvent

      public UiCalendarEventClientRecord getTheEvent()