Class UiCalendar.SetTimeZoneIdCommand

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

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

    • componentId

      protected String componentId
    • timeZoneId

      protected String timeZoneId
  • Constructor Details

    • SetTimeZoneIdCommand

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

      public SetTimeZoneIdCommand(String componentId, String timeZoneId)
  • Method Details