Class ContactModel
java.lang.Object
net.avalara.avatax.rest.client.models.ContactModel
A contact person for a company.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()
Getter for city The city of the postal mailing address of this contact.Getter for companyId The unique ID number of the company to which this contact belongs.Getter for contactCode A unique code for this contact.Getter for country Name or ISO 3166 code identifying the country.Getter for createdDate The date when this record was created.Getter for createdUserId The User ID of the user who created this record.getEmail()
Getter for email The email address of this contact.getFax()
Getter for fax The facsimile phone number for this contact.Getter for firstName The first or given name of this contact.getId()
Getter for id The unique ID number of this contact.Getter for lastName The last or family name of this contact.getLine1()
Getter for line1 The first line of the postal mailing address of this contact.getLine2()
Getter for line2 The second line of the postal mailing address of this contact.getLine3()
Getter for line3 The third line of the postal mailing address of this contact.Getter for middleName The middle name of this contact.Getter for mobile The mobile phone number for this contact.Getter for modifiedDate The date/time when this record was last modified.Getter for modifiedUserId The user ID of the user who last modified this record.getPhone()
Getter for phone The main phone number for this contact.Getter for postalCode The postal code or zip code of the postal mailing address of this contact.Getter for region Name or ISO 3166 code identifying the region within the country.getTitle()
Getter for title Professional title of this contact.void
Setter for city The city of the postal mailing address of this contact.void
setCompanyId
(Integer value) Setter for companyId The unique ID number of the company to which this contact belongs.void
setContactCode
(String value) Setter for contactCode A unique code for this contact.void
setCountry
(String value) Setter for country Name or ISO 3166 code identifying the country.void
setCreatedDate
(Date value) Setter for createdDate The date when this record was created.void
setCreatedUserId
(Integer value) Setter for createdUserId The User ID of the user who created this record.void
Setter for email The email address of this contact.void
Setter for fax The facsimile phone number for this contact.void
setFirstName
(String value) Setter for firstName The first or given name of this contact.void
Setter for id The unique ID number of this contact.void
setLastName
(String value) Setter for lastName The last or family name of this contact.void
Setter for line1 The first line of the postal mailing address of this contact.void
Setter for line2 The second line of the postal mailing address of this contact.void
Setter for line3 The third line of the postal mailing address of this contact.void
setMiddleName
(String value) Setter for middleName The middle name of this contact.void
Setter for mobile The mobile phone number for this contact.void
setModifiedDate
(Date value) Setter for modifiedDate The date/time when this record was last modified.void
setModifiedUserId
(Integer value) Setter for modifiedUserId The user ID of the user who last modified this record.void
Setter for phone The main phone number for this contact.void
setPostalCode
(String value) Setter for postalCode The postal code or zip code of the postal mailing address of this contact.void
Setter for region Name or ISO 3166 code identifying the region within the country.void
Setter for title Professional title of this contact.toString()
Returns a JSON string representation of ContactModel
-
Constructor Details
-
ContactModel
public ContactModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this contact. -
setId
Setter for id The unique ID number of this contact. -
getCompanyId
Getter for companyId The unique ID number of the company to which this contact belongs. -
setCompanyId
Setter for companyId The unique ID number of the company to which this contact belongs. -
getContactCode
Getter for contactCode A unique code for this contact. -
setContactCode
Setter for contactCode A unique code for this contact. -
getFirstName
Getter for firstName The first or given name of this contact. -
setFirstName
Setter for firstName The first or given name of this contact. -
getMiddleName
Getter for middleName The middle name of this contact. -
setMiddleName
Setter for middleName The middle name of this contact. -
getLastName
Getter for lastName The last or family name of this contact. -
setLastName
Setter for lastName The last or family name of this contact. -
getTitle
Getter for title Professional title of this contact. -
setTitle
Setter for title Professional title of this contact. -
getLine1
Getter for line1 The first line of the postal mailing address of this contact. -
setLine1
Setter for line1 The first line of the postal mailing address of this contact. -
getLine2
Getter for line2 The second line of the postal mailing address of this contact. -
setLine2
Setter for line2 The second line of the postal mailing address of this contact. -
getLine3
Getter for line3 The third line of the postal mailing address of this contact. -
setLine3
Setter for line3 The third line of the postal mailing address of this contact. -
getCity
Getter for city The city of the postal mailing address of this contact. -
setCity
Setter for city The city of the postal mailing address of this contact. -
getRegion
Getter for region Name or ISO 3166 code identifying the region within the country. This field supports many different region identifiers: * Two and three character ISO 3166 region codes * Fully spelled out names of the region in ISO supported languages * Common alternative spellings for many regions For a full list of all supported codes and names, please see the Definitions API `ListRegions`. -
setRegion
Setter for region Name or ISO 3166 code identifying the region within the country. This field supports many different region identifiers: * Two and three character ISO 3166 region codes * Fully spelled out names of the region in ISO supported languages * Common alternative spellings for many regions For a full list of all supported codes and names, please see the Definitions API `ListRegions`. -
getPostalCode
Getter for postalCode The postal code or zip code of the postal mailing address of this contact. -
setPostalCode
Setter for postalCode The postal code or zip code of the postal mailing address of this contact. -
getCountry
Getter for country Name or ISO 3166 code identifying the country. This field supports many different country identifiers: * Two character ISO 3166 codes * Three character ISO 3166 codes * Fully spelled out names of the country in ISO supported languages * Common alternative spellings for many countries For a full list of all supported codes and names, please see the Definitions API `ListCountries`. -
setCountry
Setter for country Name or ISO 3166 code identifying the country. This field supports many different country identifiers: * Two character ISO 3166 codes * Three character ISO 3166 codes * Fully spelled out names of the country in ISO supported languages * Common alternative spellings for many countries For a full list of all supported codes and names, please see the Definitions API `ListCountries`. -
getEmail
Getter for email The email address of this contact. -
setEmail
Setter for email The email address of this contact. -
getPhone
Getter for phone The main phone number for this contact. -
setPhone
Setter for phone The main phone number for this contact. -
getMobile
Getter for mobile The mobile phone number for this contact. -
setMobile
Setter for mobile The mobile phone number for this contact. -
getFax
Getter for fax The facsimile phone number for this contact. -
setFax
Setter for fax The facsimile phone number for this contact. -
getCreatedDate
Getter for createdDate The date when this record was created. -
setCreatedDate
Setter for createdDate The date when this record was created. -
getCreatedUserId
Getter for createdUserId The User ID of the user who created this record. -
setCreatedUserId
Setter for createdUserId The User ID of the user who created this record. -
getModifiedDate
Getter for modifiedDate The date/time when this record was last modified. -
setModifiedDate
Setter for modifiedDate The date/time when this record was last modified. -
getModifiedUserId
Getter for modifiedUserId The user ID of the user who last modified this record. -
setModifiedUserId
Setter for modifiedUserId The user ID of the user who last modified this record. -
toString
Returns a JSON string representation of ContactModel
-