Skip navigation links

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

E20955-01


waggle.common.modules.profile.infos
Class XProfileInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.object.infos.XObjectInfo
          extended by waggle.common.modules.profile.infos.XProfileInfo


public class XProfileInfo
extends waggle.common.modules.object.infos.XObjectInfo

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

FullName

public String FullName
The User's full name. Used as their display name if set, otherwise the name is used.

EMailAddress

public String EMailAddress
The User's email address.

SMSAddress

public String SMSAddress
The User's SMS address.

PhoneNumbers

public List<XUserPhoneNumberInfo> PhoneNumbers
The User's phone numbers.

OfflineStatusMessage

public String OfflineStatusMessage
The User's offline status message.

TimeZoneID

public String TimeZoneID
The User's default time zone ID.

LocaleID

public String LocaleID
The User's default locale ID.

DateFormatLocaleID

public String DateFormatLocaleID
The User's default date-format locale ID.

LastConnectedDate

public Date LastConnectedDate
Date the User last connected.

LastDisconnectedDate

public Date LastDisconnectedDate
Date the User last disconnected.

Manager

public String Manager
The User's manager.

Title

public String Title
The User's title.

Organization

public String Organization
The User's organization.

OriginalPictureID

public XObjectID OriginalPictureID
Original Picture of the User.

ScaledPictureID

public XObjectID ScaledPictureID
Scaled Picture of the User.

Biography

public String Biography
The User's biography.

Interests

public String Interests
The User's interests.

Links

public List<XUserLinkInfo> Links
List of all named links.

Locations

public List<XUserLocationInfo> Locations
List of all named locations.

Tags

public Collection<String> Tags
Set of all tag strings.

CustomFields

public List<XUserCustomFieldInfo> CustomFields
List of all custom fields.

Constructor Detail

XProfileInfo

public XProfileInfo()

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.