Class UiMap.SetMapTypeCommand

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

public static class UiMap.SetMapTypeCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • mapType

      protected UiMapType mapType
  • Constructor Details

    • SetMapTypeCommand

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

      public SetMapTypeCommand(String componentId, UiMapType mapType)
  • Method Details