Class UiChatDisplay.DeleteMessageCommand

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

public static class UiChatDisplay.DeleteMessageCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • messageId

      protected int messageId
  • Constructor Details

    • DeleteMessageCommand

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

      public DeleteMessageCommand(String componentId, int messageId)
  • Method Details