|
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 |
BiographyThe User's biography. |
List<XUserCustomFieldInfo> |
CustomFieldsList of all custom fields. |
String |
DateFormatLocaleIDThe User's default date-format locale ID. |
String |
EMailAddressThe User's email address. |
String |
FullNameThe User's full name. |
String |
InterestsThe User's interests. |
Date |
LastConnectedDateDate the User last connected. |
Date |
LastDisconnectedDateDate the User last disconnected. |
List<XUserLinkInfo> |
LinksList of all named links. |
String |
LocaleIDThe User's default locale ID. |
List<XUserLocationInfo> |
LocationsList of all named locations. |
String |
ManagerThe User's manager. |
String |
OfflineStatusMessageThe User's offline status message. |
String |
OrganizationThe User's organization. |
XObjectID |
OriginalPictureIDOriginal Picture of the User. |
List<XUserPhoneNumberInfo> |
PhoneNumbersThe User's phone numbers. |
XObjectID |
ScaledPictureIDScaled Picture of the User. |
String |
SMSAddressThe User's SMS address. |
Collection<String> |
TagsSet of all tag strings. |
String |
TimeZoneIDThe User's default time zone ID. |
String |
TitleThe 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 | |||||||||