Class StreamReferenceInfo

  • All Implemented Interfaces:

    
    public final class StreamReferenceInfo
    
                        

    Reference information in a stream message.

    Contains the sender, message ID, and content body of the referenced message.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getSenderUserId() Sender ID of the referenced message.
      final Unit setSenderUserId(String senderUserId) Sender ID of the referenced message.
      final String getMessageId() Server-side unique ID of the referenced message.
      final Unit setMessageId(String messageId) Server-side unique ID of the referenced message.
      final MessageContent getContent() Message content body of the referenced message.
      final Unit setContent(MessageContent content) Message content body of the referenced message.
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StreamReferenceInfo

        StreamReferenceInfo()