|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
waggle.core.info.XDTO
waggle.common.modules.object.infos.XObjectInfo
waggle.common.modules.profile.infos.XProfileInfo
public class XProfileInfo
Profile Information DTO.
Field Summary | |
---|---|
String |
Biography The User's biography. |
List<XUserCustomFieldInfo> |
CustomFields List of all custom fields. |
String |
DateFormatLocaleID The User's default date-format locale ID. |
String |
EMailAddress The User's email address. |
String |
FullName The User's full name. |
String |
Interests The User's interests. |
Date |
LastConnectedDate Date the User last connected. |
Date |
LastDisconnectedDate Date the User last disconnected. |
List<XUserLinkInfo> |
Links List of all named links. |
String |
LocaleID The User's default locale ID. |
List<XUserLocationInfo> |
Locations List of all named locations. |
String |
Manager The User's manager. |
String |
OfflineStatusMessage The User's offline status message. |
String |
Organization The User's organization. |
XObjectID |
OriginalPictureID Original Picture of the User. |
List<XUserPhoneNumberInfo> |
PhoneNumbers The User's phone numbers. |
XObjectID |
ScaledPictureID Scaled Picture of the User. |
String |
SMSAddress The User's SMS address. |
Collection<String> |
Tags Set of all tag strings. |
String |
TimeZoneID The User's default time zone ID. |
String |
Title The User's title. |
Fields inherited from class waggle.common.modules.object.infos.XObjectInfo |
---|
ConversationID, CreatedByScaledPictureID, CreatedByUserID, CreatedByUserName, CreatedOnBehalfOfUserID, CreatedOnBehalfOfUserName, CreatedTimestamp, ID, Latitude, Longitude, ModifiedByScaledPictureID, ModifiedByUserID, ModifiedByUserName, ModifiedOnBehalfOfUserID, ModifiedOnBehalfOfUserName, ModifiedTimestamp, Name, ObjectType, ParentID, Removed, RemovedByUserID, RemovedTimestamp, TrackID |
Constructor Summary | |
---|---|
XProfileInfo() |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String FullName
public String EMailAddress
public String SMSAddress
public List<XUserPhoneNumberInfo> PhoneNumbers
public String OfflineStatusMessage
public String TimeZoneID
public String LocaleID
public String DateFormatLocaleID
public Date LastConnectedDate
public Date LastDisconnectedDate
public String Manager
public String Title
public String Organization
public XObjectID OriginalPictureID
public XObjectID ScaledPictureID
public String Biography
public String Interests
public List<XUserLinkInfo> Links
public List<XUserLocationInfo> Locations
public Collection<String> Tags
public List<XUserCustomFieldInfo> CustomFields
Constructor Detail |
---|
public XProfileInfo()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |