Class WatchThreadResponse


  • public final class WatchThreadResponse
    extends java.lang.Object
    • Method Detail

      • getChatMessages

        public java.util.List<Message> getChatMessages()
        Returns:
        All messages new messages posted to this thread. Ordered old to new.
      • getTypingStatuses

        public java.util.Optional<java.util.List<IdentityTypingStatus>> getTypingStatuses()
        Returns:
        All identities that are currently typing in this thread.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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