Class UiMap.ClearMarkersCommand

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

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

    • componentId

      protected String componentId
  • Constructor Details

    • ClearMarkersCommand

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

      public ClearMarkersCommand(String componentId)
  • Method Details