public interface IPerson
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmail()
Email address.
|
java.lang.String |
getName()
Human-readable name.
|
java.lang.String |
getNameLang()
Language of name
|
java.lang.String |
getUri()
Uri associated with the person
|