public class PersonaAttribution
extends java.lang.Object
| Constructor and Description |
|---|
PersonaAttribution()
Instantiates a new persona attribution.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayName()
Gets the display name.
|
FolderId |
getFolderId()
Gets the folder id.
|
java.lang.String |
getId()
Gets the id.
|
ItemId |
getSourceId()
Gets the source id.
|
boolean |
isHidden()
Checks if is hidden.
|
boolean |
isQuickContact()
Checks if is quick contact.
|
boolean |
isWritable()
Checks if is writable.
|
public PersonaAttribution()
public java.lang.String getId()
public ItemId getSourceId()
public java.lang.String getDisplayName()
public boolean isWritable()
public boolean isQuickContact()
public boolean isHidden()
public FolderId getFolderId()