|
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 | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.googlecontacts.GoogleContactsEntryImpl
public class GoogleContactsEntryImpl
Google Contacts entry implementation.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface net.java.sip.communicator.service.googlecontacts.GoogleContactsEntry |
|---|
GoogleContactsEntry.IMProtocol |
| Constructor Summary | |
|---|---|
GoogleContactsEntryImpl()
|
|
| 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. |
com.google.gdata.data.Link |
getPhotoLink()
Get the Google photo full URI. |
List<String> |
getWorkMails()
Returns work mail addresses. |
List<String> |
getWorkPhones()
Returns work telephone numbers. |
void |
setField(com.google.gdata.data.contacts.ContactEntry contact)
Set information. |
String |
toString()
String representation of the GoogleContactsEntry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleContactsEntryImpl()
| Method Detail |
|---|
public String getFullName()
getFullName in interface GoogleContactsEntrypublic String getFamilyName()
getFamilyName in interface GoogleContactsEntrypublic String getGivenName()
getGivenName in interface GoogleContactsEntrypublic List<String> getAllMails()
getAllMails in interface GoogleContactsEntrypublic void addHomeMail(String mail)
addHomeMail in interface GoogleContactsEntrymail - the mail addresspublic List<String> getHomeMails()
getHomeMails in interface GoogleContactsEntrypublic void addWorkMails(String mail)
addWorkMails in interface GoogleContactsEntrymail - the mail addresspublic List<String> getWorkMails()
getWorkMails in interface GoogleContactsEntrypublic List<String> getAllPhones()
getAllPhones in interface GoogleContactsEntrypublic void addWorkPhone(String telephoneNumber)
addWorkPhone in interface GoogleContactsEntrytelephoneNumber - the work telephone numberpublic List<String> getWorkPhones()
getWorkPhones in interface GoogleContactsEntrypublic void addMobilePhone(String telephoneNumber)
addMobilePhone in interface GoogleContactsEntrytelephoneNumber - the mobile telephone numberpublic List<String> getMobilePhones()
getMobilePhones in interface GoogleContactsEntrypublic void addHomePhone(String telephoneNumber)
addHomePhone in interface GoogleContactsEntrytelephoneNumber - the home telephone numberpublic List<String> getHomePhones()
getHomePhones in interface GoogleContactsEntrypublic String getPhoto()
getPhoto in interface GoogleContactsEntrypublic com.google.gdata.data.Link getPhotoLink()
public Map<String,GoogleContactsEntry.IMProtocol> getIMAddresses()
getIMAddresses in interface GoogleContactsEntry
public void addIMAddress(String imAddress,
GoogleContactsEntry.IMProtocol protocol)
addIMAddress in interface GoogleContactsEntryimAddress - IM addressprotocol - IM protocolpublic void setField(com.google.gdata.data.contacts.ContactEntry contact)
contact - Google Contacts's ContactEntrypublic String toString()
toString in class Object
|
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 | |||||||||