public static class SocialUserProfileDocument.ColleagueData
extends java.lang.Object
| Constructor and Description |
|---|
ColleagueData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmail()
Gets emailId of colleague.
|
java.lang.String |
getGroup()
Gets work group of colleague.
|
java.lang.String |
getIdentity()
Gets identity of colleague.
|
java.lang.String |
getName()
Gets name of colleague.
|
java.lang.String |
getTitle()
Gets title of colleague.
|
java.lang.String |
getUrl()
Gets URL of colleague.
|
boolean |
isInWorkGroup()
Gets whether colleague is in same work group as user.
|
void |
setEmail(java.lang.String email)
Sets emailId of colleague.
|
void |
setGroup(java.lang.String group)
Sets work group of colleague.
|
void |
setIdentity(java.lang.String identity)
Sets identity of colleague.
|
void |
setInWorkGroup(boolean isInWorkGroup)
Sets if colleague is in same work group as user.
|
void |
setName(java.lang.String name)
Sets name of colleague.
|
void |
setTitle(java.lang.String title)
Sets title of colleague.
|
void |
setUrl(java.lang.String url)
Sets URL of colleague.
|
public void setIdentity(java.lang.String identity)
identity - identity (account name) of colleaguepublic java.lang.String getIdentity()
public void setName(java.lang.String name)
name - commonly used name of colleaguepublic java.lang.String getName()
public void setInWorkGroup(boolean isInWorkGroup)
isInWorkGroup - true if colleague is in same work group as
userpublic boolean isInWorkGroup()
true if colleague is in same work group as userpublic void setGroup(java.lang.String group)
group - work group of colleaguepublic java.lang.String getGroup()
public void setEmail(java.lang.String email)
email - emailId of colleaguepublic java.lang.String getEmail()
public void setTitle(java.lang.String title)
title - title of colleaguepublic java.lang.String getTitle()
public void setUrl(java.lang.String url)
url - URL of the colleaguepublic java.lang.String getUrl()