Class UiMap2.RemoveShapeCommand

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

public static class UiMap2.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