Class UiMap.StopDrawingShapeCommand

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

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

    • componentId

      protected String componentId
  • Constructor Details

    • StopDrawingShapeCommand

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

      public StopDrawingShapeCommand(String componentId)
  • Method Details