@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-05T09:29:01.544Z") public class Profile extends Object
| Constructor and Description |
|---|
Profile() |
| Modifier and Type | Method and Description |
|---|---|
Profile |
address1(String address1) |
Profile |
address2(String address2) |
Profile |
city(String city) |
Profile |
company(String company) |
Profile |
countryID(Integer countryID) |
Profile |
deliveryReason(String deliveryReason) |
Profile |
email(String email) |
boolean |
equals(Object o) |
Profile |
firstName(String firstName) |
String |
getAddress1()
First line of address.
|
String |
getAddress2()
Second line of address.
|
String |
getCity()
City.
|
String |
getCompany()
Company name.
|
Integer |
getCountryID()
Numeric ID of country.
|
String |
getDeliveryReason()
Why your clients are receiving your emails.
|
String |
getEmail()
Proper email address.
|
String |
getFirstName()
First name.
|
String |
getLastName()
Last name.
|
String |
getLogoUrl()
URL to your logo image.
|
String |
getPhone()
Phone number
|
String |
getState()
State or province.
|
String |
getTaxCode()
Code used for tax purposes.
|
String |
getWebsite()
HTTP address of your website.
|
String |
getZip()
Zip/postal code.
|
int |
hashCode() |
Boolean |
isMarketingConsent()
True if you want to receive newsletters from Elastic Email.
|
Profile |
lastName(String lastName) |
Profile |
logoUrl(String logoUrl) |
Profile |
marketingConsent(Boolean marketingConsent) |
Profile |
phone(String phone) |
void |
setAddress1(String address1) |
void |
setAddress2(String address2) |
void |
setCity(String city) |
void |
setCompany(String company) |
void |
setCountryID(Integer countryID) |
void |
setDeliveryReason(String deliveryReason) |
void |
setEmail(String email) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
void |
setLogoUrl(String logoUrl) |
void |
setMarketingConsent(Boolean marketingConsent) |
void |
setPhone(String phone) |
void |
setState(String state) |
void |
setTaxCode(String taxCode) |
void |
setWebsite(String website) |
void |
setZip(String zip) |
Profile |
state(String state) |
Profile |
taxCode(String taxCode) |
String |
toString() |
Profile |
website(String website) |
Profile |
zip(String zip) |
public String getFirstName()
public void setFirstName(String firstName)
public String getLastName()
public void setLastName(String lastName)
public String getCompany()
public void setCompany(String company)
public String getAddress1()
public void setAddress1(String address1)
public String getAddress2()
public void setAddress2(String address2)
public String getCity()
public void setCity(String city)
public String getState()
public void setState(String state)
public String getZip()
public void setZip(String zip)
public Integer getCountryID()
public void setCountryID(Integer countryID)
public String getPhone()
public void setPhone(String phone)
public String getEmail()
public void setEmail(String email)
public String getTaxCode()
public void setTaxCode(String taxCode)
public String getDeliveryReason()
public void setDeliveryReason(String deliveryReason)
public Boolean isMarketingConsent()
public void setMarketingConsent(Boolean marketingConsent)
public String getWebsite()
public void setWebsite(String website)
public String getLogoUrl()
public void setLogoUrl(String logoUrl)
Copyright © 2019. All rights reserved.