Class UiPageView.RemoveBlockCommand

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

public static class UiPageView.RemoveBlockCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • blockId

      protected String blockId
  • Constructor Details

    • RemoveBlockCommand

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

      public RemoveBlockCommand(String componentId, String blockId)
  • Method Details