Class UiMap.RemoveShapeCommand

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

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

    • componentId

      protected String componentId
    • shapeId

      protected String shapeId
  • Constructor Details

    • RemoveShapeCommand

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

      public RemoveShapeCommand(String componentId, String shapeId)
  • Method Details