public class FindConversationResponse extends Response
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Conversation> |
getConversations()
Contains a list of conversations.
|
java.util.List<HighlightTerm> |
getHighlightTerms()
Gets the highlight terms.
|
int |
getIndexedOffset()
Gets the indexed offset.
|
int |
getTotalConversationsInView()
Gets the total conversations in view.
|
getDescriptiveLinkKey, getMessage, getResponseClass, getResponseCode, getServerVersionInfo, getXmlMessage, setServerVersionInfopublic java.util.List<Conversation> getConversations()
public java.util.List<HighlightTerm> getHighlightTerms()
public int getTotalConversationsInView()
public int getIndexedOffset()