Klasse UiChatDisplay.DeleteMessageCommand

java.lang.Object
org.teamapps.dto.UiChatDisplay.DeleteMessageCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiChatDisplay

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

    • componentId

      protected String componentId
    • messageId

      protected int messageId
  • Konstruktordetails

    • DeleteMessageCommand

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

      public DeleteMessageCommand(String componentId, int messageId)
  • Methodendetails