public final class MessageThreadResult extends Object
Contains result for SORT ot THREAD methods See more: https://tools.ietf.org/html/rfc5256
Constructor and Description |
---|
MessageThreadResult()
Initializes a new instance of the
MessageThreadResult class. |
Modifier and Type | Method and Description |
---|---|
List<MessageThreadResult> |
getChildMessages()
Child messages.
|
String |
getConversationId()
Message thread identifier.
|
int |
getSequenceNumber()
Gets the message sequence number.
|
String |
getUniqueId()
Gets the message unique ID.
|
boolean |
getUseUId()
Gets value which is indicates whether UID kind of method has to be used.
|
void |
setConversationId(String value)
Message thread identifier.
|
String |
toString()
To String
|
public MessageThreadResult()
Initializes a new instance of the MessageThreadResult
class.
public final boolean getUseUId()
Gets value which is indicates whether UID kind of method has to be used.
public final int getSequenceNumber()
Gets the message sequence number.
public final String getUniqueId()
Gets the message unique ID.
public final List<MessageThreadResult> getChildMessages()
Child messages.
public final String getConversationId()
Message thread identifier.
public final void setConversationId(String value)
Message thread identifier.