public class IdentityData extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
avatarUrl
The avatar url.
|
protected String |
displayName
The display name.
|
protected String |
id
The name.
|
| Constructor and Description |
|---|
IdentityData(String id,
String displayName,
String type,
String avatarUrl)
Instantiates a new identity search result.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAvatarUrl()
Gets the avatar url.
|
String |
getDisplayName()
Gets the display name.
|
String |
getId()
Gets the id.
|
String |
getType()
Gets the type.
|
void |
setAvatarUrl(String avatarUrl)
Sets the avatar url.
|
void |
setDisplayName(String displayName)
Sets the display name.
|
void |
setId(String id)
Sets the id.
|
void |
setType(String type)
Sets the type.
|
protected String id
protected String displayName
protected String avatarUrl
public String getId()
public void setId(String id)
id - the new idpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - the new display namepublic String getAvatarUrl()
public void setAvatarUrl(String avatarUrl)
avatarUrl - the new avatar urlpublic String getType()
public void setType(String type)
type - the new typeCopyright © 2003–2021 eXo Platform SAS. All rights reserved.