|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GoogleContactsEntry
Entry of Google Contacts directory.
| Nested Class Summary | |
|---|---|
static class |
GoogleContactsEntry.IMProtocol
The supported IM protocol |
| Method Summary | |
|---|---|
void |
addHomeMail(String mail)
Adds a home mail address. |
void |
addHomePhone(String telephoneNumber)
Adds a home telephone numbers. |
void |
addIMAddress(String imAddress,
GoogleContactsEntry.IMProtocol protocol)
Adds an IM address. |
void |
addMobilePhone(String telephoneNumber)
Adds a mobile telephone numbers. |
void |
addWorkMails(String mail)
Adds a work mail address. |
void |
addWorkPhone(String telephoneNumber)
Adds a work telephone number. |
List<String> |
getAllMails()
Returns mails. |
List<String> |
getAllPhones()
Returns telephone numbers. |
String |
getFamilyName()
Get the family name. |
String |
getFullName()
Get the full name. |
String |
getGivenName()
Get the given name. |
List<String> |
getHomeMails()
Returns home mail addresses. |
List<String> |
getHomePhones()
Returns home telephone numbers. |
Map<String,GoogleContactsEntry.IMProtocol> |
getIMAddresses()
Returns IM addresses. |
List<String> |
getMobilePhones()
Returns mobile telephone numbers. |
String |
getPhoto()
Get the photo full URI. |
List<String> |
getWorkMails()
Returns work mail addresses. |
List<String> |
getWorkPhones()
Returns work telephone numbers. |
| Method Detail |
|---|
String getFullName()
String getFamilyName()
String getGivenName()
List<String> getAllMails()
void addHomeMail(String mail)
mail - the mail addressList<String> getHomeMails()
void addWorkMails(String mail)
mail - the mail addressList<String> getWorkMails()
List<String> getAllPhones()
void addWorkPhone(String telephoneNumber)
telephoneNumber - the work telephone numberList<String> getWorkPhones()
void addMobilePhone(String telephoneNumber)
telephoneNumber - the mobile telephone numberList<String> getMobilePhones()
void addHomePhone(String telephoneNumber)
telephoneNumber - the home telephone numberList<String> getHomePhones()
String getPhoto()
Map<String,GoogleContactsEntry.IMProtocol> getIMAddresses()
void addIMAddress(String imAddress,
GoogleContactsEntry.IMProtocol protocol)
imAddress - IM addressprotocol - IM protocol
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||