Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.conversation.infos
Class XConversationDetailInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.conversation.infos.XConversationDetailInfo


public class XConversationDetailInfo
extends XDTO

Conversation Detail Information DTO.


Field Summary
 List<XConversationDetailConversationInfo> ConversationInfos
          Returned page of Conversation Infos.
 int FromIndex
          From index of returned Conversation Infos.
 int ToIndex
          To index of returned Conversation Infos.
 int TotalConversations
          Total number of available Conversations.

 

Constructor Summary
XConversationDetailInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

TotalConversations

public int TotalConversations
Total number of available Conversations.

FromIndex

public int FromIndex
From index of returned Conversation Infos.

ToIndex

public int ToIndex
To index of returned Conversation Infos.

ConversationInfos

public List<XConversationDetailConversationInfo> ConversationInfos
Returned page of Conversation Infos.

Constructor Detail

XConversationDetailInfo

public XConversationDetailInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.