Class UiChatDisplay.PreviousMessagesRequestedEvent

java.lang.Object
org.teamapps.dto.UiChatDisplay.PreviousMessagesRequestedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiChatDisplay

public static class UiChatDisplay.PreviousMessagesRequestedEvent
extends java.lang.Object
implements UiEvent
  • Field Details

    • componentId

      protected java.lang.String componentId
    • earliestKnownMessageId

      protected java.lang.String earliestKnownMessageId
  • Constructor Details

    • PreviousMessagesRequestedEvent

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

      public PreviousMessagesRequestedEvent​(java.lang.String componentId, java.lang.String earliestKnownMessageId)
  • Method Details

    • getUiEventType

      public UiEventType getUiEventType()
      Specified by:
      getUiEventType in interface UiEvent
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getComponentId

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiEvent
    • getEarliestKnownMessageId

      public java.lang.String getEarliestKnownMessageId()