Class UiChatDisplay.UpdateMessageCommand

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

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

  • Constructor Details

    • UpdateMessageCommand

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

      public UpdateMessageCommand(String componentId, UiChatMessage message)
  • Method Details