public class ConversationRequest
extends java.lang.Object
| Constructor and Description |
|---|
ConversationRequest()
Instantiates a new conversation request.
|
ConversationRequest(ItemId conversationId)
Instantiates a new conversation request.
|
ConversationRequest(ItemId conversationId,
java.lang.String syncState)
Instantiates a new conversation request.
|
| Modifier and Type | Method and Description |
|---|---|
ItemId |
getConversationId()
Gets the conversation id.
|
java.lang.String |
getSyncState()
Gets the sync state.
|
void |
setConversationId(ItemId conversationId)
Sets the conversation id.
|
void |
setSyncState(java.lang.String syncState)
Sets the sync state.
|
public ConversationRequest()
public ConversationRequest(ItemId conversationId)
conversationId - the conversation idpublic ConversationRequest(ItemId conversationId, java.lang.String syncState)
conversationId - the conversation idsyncState - the sync statepublic ItemId getConversationId()
public void setConversationId(ItemId conversationId)
conversationId - the new conversation idpublic java.lang.String getSyncState()
public void setSyncState(java.lang.String syncState)
syncState - the new sync state