public interface ContactInterface
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEmailAddress()
Returns the mail address of the user
|
int |
getEntryId()
Returns the unique identifier of the entry
|
java.lang.String |
getFax()
Returns the fax number of the user
|
java.lang.String |
getFirstName()
Returns the first name of the user
|
java.lang.Boolean |
getFriend()
Returns the friend status of the user
|
java.lang.String |
getHomePhone()
Returns home phone number of the user
|
java.lang.String |
getLastName()
Returns the last name of the user
|
java.lang.String |
getMobilePhone()
Returns the mobile phone number of the user
|
java.lang.String |
getNickName()
Returns the name of the user as it will appear for a personal contact
|
java.lang.String |
getPager()
Returns the pager number of the user
|
java.lang.String |
getPhotoUrl()
Returns the URL from which to retrieve the picture of the user
|
java.lang.String |
getPrimaryContact()
Returns the user's primary contact number (this should be preferred number for contacting the user)
|
java.lang.String |
getSources()
Returns the source of contact such as SPiDR, Facebook, LinkedIn ..
|
java.lang.String |
getWorkPhone()
Returns the work phone number of the user
|
java.lang.String getSources()
java.lang.String getEmailAddress()
String
int getEntryId()
java.lang.String getFax()
String
java.lang.String getFirstName()
String
java.lang.String getLastName()
String
java.lang.Boolean getFriend()
Boolean
java.lang.String getHomePhone()
String
java.lang.String getMobilePhone()
String
java.lang.String getNickName()
String
java.lang.String getPager()
String
java.lang.String getPhotoUrl()
String
java.lang.String getPrimaryContact()
String
java.lang.String getWorkPhone()
String