public class Person extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Person.PersonChildren |
static class |
Person.PersonFields |
static class |
Person.PresenceStatus |
Modifier and Type | Field and Description |
---|---|
static String |
MY_PROFILE_QUERY_OBJECT_NAME |
static String |
ONE_PERSON_QUERY_OBJECT_NAME |
static String |
PEOPLE_QUERY_OBJECT_NAME |
Constructor and Description |
---|
Person() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreated() |
Person |
getCreatedBy() |
String |
getCustomerId() |
String |
getDisplayName() |
String |
getEmail() |
String |
getEmailAddresses()
Deprecated.
Use email property instead
|
String |
getExtId() |
String |
getIbmUniqueID() |
String |
getId() |
String |
getPhotoUrl() |
Person.PresenceStatus |
getPresence() |
Date |
getUpdated() |
Person |
getUpdatedBy() |
void |
setCreated(Date created) |
void |
setCreatedBy(Person createdBy) |
void |
setCustomerId(String customerId) |
void |
setDisplayName(String displayName) |
void |
setEmail(String email) |
void |
setEmailAddresses(String emailAddresses)
Deprecated.
Use email property instead
|
void |
setExtId(String extId) |
void |
setIbmUniqueID(String ibmUniqueID) |
void |
setId(String id) |
void |
setPhotoUrl(String photoUrl) |
void |
setPresence(Person.PresenceStatus presence) |
void |
setUpdated(Date updated) |
void |
setUpdatedBy(Person updatedBy) |
public static final String PEOPLE_QUERY_OBJECT_NAME
public static final String ONE_PERSON_QUERY_OBJECT_NAME
public static final String MY_PROFILE_QUERY_OBJECT_NAME
public String getId()
public void setId(String id)
id
- String, id of the Personpublic String getPhotoUrl()
public void setPhotoUrl(String photoUrl)
photoUrl
- String, URL for the Person's photopublic String getEmail()
public void setEmail(String email)
email
- String, email address associated with the Personpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName
- String, display name of the Personpublic String getExtId()
public void setExtId(String extId)
extId
- String external id of the Person@Deprecated public String getEmailAddresses()
@Deprecated public void setEmailAddresses(String emailAddresses)
emailAddresses
- String email addresses of the Personpublic String getCustomerId()
public void setCustomerId(String customerId)
customerId
- String customer id of the Personpublic Date getCreated()
public void setCreated(Date created)
created
- Date the Person signed up to Watson Workspacepublic Person getCreatedBy()
public void setCreatedBy(Person createdBy)
createdBy
- Person who created this Personpublic Date getUpdated()
public void setUpdated(Date updated)
updated
- Date the Person was last updatedpublic Person getUpdatedBy()
public void setUpdatedBy(Person updatedBy)
updatedBy
- Person who last updated this Personpublic Person.PresenceStatus getPresence()
public void setPresence(Person.PresenceStatus presence)
presence
- whether the person is online or offlinepublic String getIbmUniqueID()
public void setIbmUniqueID(String ibmUniqueID)
ibmUniqueID
- String
Unique internal record identifier assigned when a user first obtains an IBMid (registered users only)Copyright © 2018 OpenNTF. All rights reserved.