MessageThreadResult
Contents
[
Hide
]Inheritance: java.lang.Object
public final class MessageThreadResult
Contains result for SORT ot THREAD methods See more: https://tools.ietf.org/html/rfc5256
Constructors
| Constructor | Description |
|---|---|
| MessageThreadResult() | Initializes a new instance of the MessageThreadResult class. |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getChildMessages() | Child messages. |
| getClass() | |
| getConversationId() | Message thread identifier. |
| getSequenceNumber() | Gets the message sequence number. |
| getUniqueId() | Gets the message unique ID. |
| getUseUId() | Gets value which is indicates whether UID kind of method has to be used. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setConversationId(String value) | Message thread identifier. |
| toString() | To String |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
MessageThreadResult()
public MessageThreadResult()
Initializes a new instance of the MessageThreadResult class.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getChildMessages()
public final List<MessageThreadResult> getChildMessages()
Child messages.
Returns: java.util.List<com.aspose.email.MessageThreadResult>
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getConversationId()
public final String getConversationId()
Message thread identifier.
Returns: java.lang.String
getSequenceNumber()
public final int getSequenceNumber()
Gets the message sequence number.
Returns: int
getUniqueId()
public final String getUniqueId()
Gets the message unique ID.
Returns: java.lang.String
getUseUId()
public final boolean getUseUId()
Gets value which is indicates whether UID kind of method has to be used.
Returns: boolean
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setConversationId(String value)
public final void setConversationId(String value)
Message thread identifier.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
toString()
public String toString()
To String
Returns: java.lang.String -
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |