Skip navigation links

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

E20955-01


waggle.common.modules.conversation.infos
Class XConversationEnteredInfo

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


public class XConversationEnteredInfo
extends XDTO

Conversation Entered Information DTO.


Field Summary
 XConversationInfo ConversationInfo
          The Conversation Information DTO.
 XConversationRole ConversationRole
          The current User's Role in the Conversation.
 List<XConversationMemberProfileInfo> MemberInfos
          List of all Member Profile DTOs for the Users who have ever entered the Conversation.
 List<XUserInfo> UserInfos
          Flat list of all User Information DTOs who are members of this Conversation.

 

Constructor Summary
XConversationEnteredInfo()
           

 

Method Summary

 

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

 

Field Detail

ConversationInfo

public XConversationInfo ConversationInfo
The Conversation Information DTO.

ConversationRole

public XConversationRole ConversationRole
The current User's Role in the Conversation.

UserInfos

public List<XUserInfo> UserInfos
Flat list of all User Information DTOs who are members of this Conversation.

MemberInfos

public List<XConversationMemberProfileInfo> MemberInfos
List of all Member Profile DTOs for the Users who have ever entered the Conversation.

Constructor Detail

XConversationEnteredInfo

public XConversationEnteredInfo()

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.