Class UiMap.ClearHeatMapCommand

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

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

    • componentId

      protected String componentId
  • Constructor Details

    • ClearHeatMapCommand

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

      public ClearHeatMapCommand(String componentId)
  • Method Details