public interface IContactData extends IContactBase
NAME_STYLE_FIRSTNAME_FIRST, NAME_STYLE_LASTNAME_FIRST
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAssistantName()
Assitant name of the contact.
|
java.lang.String |
getAssistantTelephoneNumber()
Assistant telephone number of the contact.
|
java.lang.String |
getBusiness2TelephoneNumber()
Second business telephone number of the contact.
|
java.lang.String |
getBusinessAddressCity()
City of the business address of the contact.
|
java.lang.String |
getBusinessAddressCountry()
Country of the business address of the contact.
|
java.lang.String |
getBusinessAddressPostalCode()
Postal code of the business address of the contact.
|
java.lang.String |
getBusinessAddressState()
State of the business address of the contact.
|
java.lang.String |
getBusinessAddressStreet()
Street of the business address of the contact.
|
java.lang.String |
getBusinessFaxNumber()
Business fax number of the contact.
|
java.lang.String |
getBusinessHomePage()
Business home page of the contact.
|
java.lang.String |
getBusinessTelephoneNumber()
Standard business telephone number of the contact.
|
java.lang.String |
getCompanyName()
Company name of the contact.
|
java.lang.String |
getDepartment()
Department of the contact.
|
java.lang.String |
getEmail1Address()
Standard email address of the contact.
|
java.lang.String |
getEmail1DisplayName()
Standard email adddress display name of the contact.
|
java.lang.String |
getEmail2Address()
Second email adddress of the contact.
|
java.lang.String |
getEmail2DisplayName()
Second email adddress display name of the contact.
|
java.lang.String |
getFirstName()
First name of the contact.
|
java.lang.String |
getHomeTelephoneNumber()
Private telephone number of the contact.
|
java.lang.String |
getIntegratorKey()
Returns the application key of the corresponding Email Manager
|
java.lang.String |
getJobTitle()
Job title of the contact.
|
java.lang.String |
getLanguage()
Language of the contact.
|
java.lang.String |
getLastName()
Last name of the contact.
|
java.lang.String |
getManagerName()
Manager name of the contact.
|
java.lang.String |
getMobileTelephoneNumber()
Mobile telephone number of the contact.
|
java.lang.String |
getOfficeLocation()
Office location of the contact.
|
java.lang.String |
getOrganizationalIDNumber()
Organizational identifier of the contact.
|
java.lang.String |
getPictureFilePath()
Picture file path or picture-URL of the contact.
|
java.lang.String |
getTitle()
Title of the contact.
|
void |
setAssistantName(java.lang.String string)
Sets the assistant name of the contact.
|
void |
setAssistantTelephoneNumber(java.lang.String string)
Sets the assistant telephone number of the contact.
|
void |
setBusiness2TelephoneNumber(java.lang.String string)
Sets the second business telephone number of the contact.
|
void |
setBusinessAddressCity(java.lang.String string)
Sets the city of the business address of the contact.
|
void |
setBusinessAddressCountry(java.lang.String string)
Sets the country of the business address of the contact.
|
void |
setBusinessAddressPostalCode(java.lang.String string)
Sets the postal code of the business address of the contact.
|
void |
setBusinessAddressState(java.lang.String string)
Sets the state of the business address of the contact.
|
void |
setBusinessAddressStreet(java.lang.String string)
Sets the street of the business address of the contact.
|
void |
setBusinessFaxNumber(java.lang.String string)
Sets the business fax number of the contact.
|
void |
setBusinessHomePage(java.lang.String string)
Sets the business home page of the contact.
|
void |
setBusinessTelephoneNumber(java.lang.String string)
Sets the standard business telephone number of the contact.
|
void |
setCompanyName(java.lang.String string)
Sets the company name of the contact.
|
void |
setDepartment(java.lang.String string)
Sets the department of the contact.
|
void |
setEmail1Address(java.lang.String string)
Sets the standard email address of the contact.
|
void |
setEmail1DisplayName(java.lang.String string)
Sets the standard email adddress display name of the contact.
|
void |
setEmail2Address(java.lang.String string)
Sets the second email adddress of the contact.
|
void |
setEmail2DisplayName(java.lang.String string)
Sets the second email adddress display name of the contact.
|
void |
setFirstName(java.lang.String string)
Sets the first name of the contact.
|
void |
setHomeTelephoneNumber(java.lang.String string)
Sets the private telephone number of the contact.
|
void |
setIntegratorKey(java.lang.String integratorKey)
Sets the integrator key
|
void |
setJobTitle(java.lang.String string)
Sets the job title of the contact.
|
void |
setLanguage(java.lang.String string)
Sets the language of the contact.
|
void |
setLastName(java.lang.String string)
Sets the last name of the contact.
|
void |
setManagerName(java.lang.String string)
Sets the manager name of the contact.
|
void |
setMobileTelephoneNumber(java.lang.String string)
Sets the mobile telephone number of the contact.
|
void |
setOfficeLocation(java.lang.String string)
Sets the office location of the contact.
|
void |
setOrganizationalIDNumber(java.lang.String string)
Sets the organizational identifier of the contact.
|
void |
setPictureFilePath(java.lang.String string)
Sets the picture file path or picture-URL of the contact.
|
void |
setTitle(java.lang.String string)
Sets the title of the contact.
|
getContactId, getEmailAddresses, getName, getStyledName, setNameDisplayType
java.lang.String getIntegratorKey()
void setIntegratorKey(java.lang.String integratorKey)
integratorKey
- integrator key (application key)java.lang.String getLastName()
void setLastName(java.lang.String string)
string
- java.lang.String getFirstName()
void setFirstName(java.lang.String string)
string
- java.lang.String getTitle()
void setTitle(java.lang.String string)
string
- java.lang.String getCompanyName()
void setCompanyName(java.lang.String string)
string
- java.lang.String getJobTitle()
void setJobTitle(java.lang.String string)
string
- java.lang.String getOfficeLocation()
void setOfficeLocation(java.lang.String string)
string
- java.lang.String getDepartment()
void setDepartment(java.lang.String string)
string
- java.lang.String getManagerName()
void setManagerName(java.lang.String string)
string
- java.lang.String getAssistantName()
void setAssistantName(java.lang.String string)
string
- java.lang.String getAssistantTelephoneNumber()
void setAssistantTelephoneNumber(java.lang.String string)
string
- java.lang.String getOrganizationalIDNumber()
void setOrganizationalIDNumber(java.lang.String string)
string
- java.lang.String getEmail1Address()
void setEmail1Address(java.lang.String string)
string
- java.lang.String getEmail2Address()
void setEmail2Address(java.lang.String string)
string
- java.lang.String getEmail1DisplayName()
void setEmail1DisplayName(java.lang.String string)
string
- java.lang.String getEmail2DisplayName()
void setEmail2DisplayName(java.lang.String string)
string
- java.lang.String getBusinessFaxNumber()
void setBusinessFaxNumber(java.lang.String string)
string
- java.lang.String getBusinessHomePage()
void setBusinessHomePage(java.lang.String string)
string
- java.lang.String getBusinessTelephoneNumber()
void setBusinessTelephoneNumber(java.lang.String string)
string
- java.lang.String getBusiness2TelephoneNumber()
void setBusiness2TelephoneNumber(java.lang.String string)
string
- java.lang.String getHomeTelephoneNumber()
void setHomeTelephoneNumber(java.lang.String string)
string
- java.lang.String getMobileTelephoneNumber()
void setMobileTelephoneNumber(java.lang.String string)
string
- java.lang.String getLanguage()
void setLanguage(java.lang.String string)
string
- java.lang.String getPictureFilePath()
void setPictureFilePath(java.lang.String string)
string
- java.lang.String getBusinessAddressStreet()
void setBusinessAddressStreet(java.lang.String string)
string
- java.lang.String getBusinessAddressCity()
void setBusinessAddressCity(java.lang.String string)
string
- java.lang.String getBusinessAddressState()
void setBusinessAddressState(java.lang.String string)
string
- java.lang.String getBusinessAddressCountry()
void setBusinessAddressCountry(java.lang.String string)
string
- java.lang.String getBusinessAddressPostalCode()
void setBusinessAddressPostalCode(java.lang.String string)
string
-