public class

ContactProperties

extends Object
java.lang.Object
   ↳ org.mule.module.hubspot.model.contact.ContactProperties

Summary

Fields
private String address
private Long annualrevenue
private String city
private Long closedate
private String company
private String country
private Map<String, String> customProperties If the property is not included in the attributes in this class, it will be added as a customProperties key, value pair.
private String email
private String fax
private String firstname
private String industry
private String jobtitle
private String lastname
private ContactPropertiesLifecycleStage lifecyclestage
private String message
private ContactPropertiesNumberOfEmployees numemployees
private String phone
private String salutation
private String state
private String twitterhandle
private String twitterprofilephoto
private String website
private String zip
Public Constructors
ContactProperties()
Public Methods
String getAddress()
Long getAnnualrevenue()
String getCity()
Long getClosedate()
String getCompany()
String getCountry()
Map<String, String> getCustomProperties()
String getEmail()
String getFax()
String getFirstname()
String getIndustry()
String getJobtitle()
String getLastname()
ContactPropertiesLifecycleStage getLifecyclestage()
String getMessage()
ContactPropertiesNumberOfEmployees getNumemployees()
String getPhone()
String getSalutation()
String getState()
String getTwitterhandle()
String getTwitterprofilephoto()
String getWebsite()
String getZip()
void setAddress(String address)
void setAnnualrevenue(Long annualrevenue)
void setCity(String city)
void setClosedate(Long closedate)
void setCompany(String company)
void setCountry(String country)
void setCustomProperties(Map<String, String> customProperties)
void setEmail(String email)
void setFax(String fax)
void setFirstname(String firstname)
void setIndustry(String industry)
void setJobtitle(String jobtitle)
void setLastname(String lastname)
void setLifecyclestage(ContactPropertiesLifecycleStage lifecyclestage)
void setMessage(String message)
void setNumemployees(ContactPropertiesNumberOfEmployees numemployees)
void setPhone(String phone)
void setSalutation(String salutation)
void setState(String state)
void setTwitterhandle(String twitterhandle)
void setTwitterprofilephoto(String twitterprofilephoto)
void setWebsite(String website)
void setZip(String zip)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String address

private Long annualrevenue

private String city

private Long closedate

private String company

private String country

private Map<String, String> customProperties

If the property is not included in the attributes in this class, it will be added as a customProperties key, value pair.

Also for the create/update, you can add properties in here that are custom and will be sended to the service

private String email

private String fax

private String firstname

private String industry

private String jobtitle

private String lastname

private ContactPropertiesLifecycleStage lifecyclestage

private String message

private ContactPropertiesNumberOfEmployees numemployees

private String phone

private String salutation

private String state

private String twitterhandle

private String twitterprofilephoto

private String website

private String zip

Public Constructors

public ContactProperties ()

Public Methods

public String getAddress ()

public Long getAnnualrevenue ()

public String getCity ()

public Long getClosedate ()

public String getCompany ()

public String getCountry ()

public Map<String, String> getCustomProperties ()

public String getEmail ()

public String getFax ()

public String getFirstname ()

public String getIndustry ()

public String getJobtitle ()

public String getLastname ()

public ContactPropertiesLifecycleStage getLifecyclestage ()

public String getMessage ()

public ContactPropertiesNumberOfEmployees getNumemployees ()

public String getPhone ()

public String getSalutation ()

public String getState ()

public String getTwitterhandle ()

public String getTwitterprofilephoto ()

public String getWebsite ()

public String getZip ()

public void setAddress (String address)

Parameters
address

public void setAnnualrevenue (Long annualrevenue)

Parameters
annualrevenue

public void setCity (String city)

Parameters
city

public void setClosedate (Long closedate)

Parameters
closedate

public void setCompany (String company)

Parameters
company

public void setCountry (String country)

Parameters
country

public void setCustomProperties (Map<String, String> customProperties)

Parameters
customProperties

public void setEmail (String email)

Parameters
email

public void setFax (String fax)

Parameters
fax

public void setFirstname (String firstname)

Parameters
firstname

public void setIndustry (String industry)

Parameters
industry

public void setJobtitle (String jobtitle)

Parameters
jobtitle

public void setLastname (String lastname)

Parameters
lastname

public void setLifecyclestage (ContactPropertiesLifecycleStage lifecyclestage)

Parameters
lifecyclestage

public void setMessage (String message)

Parameters
message

public void setNumemployees (ContactPropertiesNumberOfEmployees numemployees)

Parameters
numemployees

public void setPhone (String phone)

Parameters
phone

public void setSalutation (String salutation)

Parameters
salutation

public void setState (String state)

Parameters
state

public void setTwitterhandle (String twitterhandle)

Parameters
twitterhandle

public void setTwitterprofilephoto (String twitterprofilephoto)

Parameters
twitterprofilephoto

public void setWebsite (String website)

Parameters
website

public void setZip (String zip)

Parameters
zip