public class MapiContactPhysicalAddressDto extends Object
Constructor and Description |
---|
MapiContactPhysicalAddressDto() |
MapiContactPhysicalAddressDto(Boolean isMailingAddress,
String street,
String city,
String stateOrProvince,
String postalCode,
String country,
String countryCode,
String address,
String postOfficeBox)
Initializes a new instance of the MapiContactPhysicalAddressDto
|
Modifier and Type | Method and Description |
---|---|
MapiContactPhysicalAddressDto |
address(String address)
Set address and return this.
|
MapiContactPhysicalAddressDto |
city(String city)
Set city and return this.
|
MapiContactPhysicalAddressDto |
country(String country)
Set country and return this.
|
MapiContactPhysicalAddressDto |
countryCode(String countryCode)
Set countryCode and return this.
|
boolean |
equals(Object o) |
String |
getAddress()
Specifies the complete address of the contact's address
|
String |
getCity()
Specifies the city or locality portion of the contact's address
|
String |
getCountry()
Specifies the country or region portion of the contact's address
|
String |
getCountryCode()
Specifies the country code portion of the contact's address
|
String |
getPostalCode()
Specifies the postal code (ZIP code) portion of the contact's address
|
String |
getPostOfficeBox()
Gets or sets the post office box
|
String |
getStateOrProvince()
Specifies the state or province portion of the contact's address
|
String |
getStreet()
Specifies the street portion of the contact's address
|
int |
hashCode() |
Boolean |
isIsMailingAddress()
Gets or sets a value indicating whether this address is mailing address
|
MapiContactPhysicalAddressDto |
isMailingAddress(Boolean isMailingAddress)
Set isMailingAddress and return this.
|
MapiContactPhysicalAddressDto |
postalCode(String postalCode)
Set postalCode and return this.
|
MapiContactPhysicalAddressDto |
postOfficeBox(String postOfficeBox)
Set postOfficeBox and return this.
|
void |
setAddress(String address)
Set address.
|
void |
setCity(String city)
Set city.
|
void |
setCountry(String country)
Set country.
|
void |
setCountryCode(String countryCode)
Set countryCode.
|
void |
setIsMailingAddress(Boolean isMailingAddress)
Set isMailingAddress.
|
void |
setPostalCode(String postalCode)
Set postalCode.
|
void |
setPostOfficeBox(String postOfficeBox)
Set postOfficeBox.
|
void |
setStateOrProvince(String stateOrProvince)
Set stateOrProvince.
|
void |
setStreet(String street)
Set street.
|
MapiContactPhysicalAddressDto |
stateOrProvince(String stateOrProvince)
Set stateOrProvince and return this.
|
MapiContactPhysicalAddressDto |
street(String street)
Set street and return this.
|
String |
toString() |
public MapiContactPhysicalAddressDto()
public MapiContactPhysicalAddressDto(Boolean isMailingAddress, String street, String city, String stateOrProvince, String postalCode, String country, String countryCode, String address, String postOfficeBox)
isMailingAddress
- Gets or sets a value indicating whether this address is mailing addressstreet
- Specifies the street portion of the contact's addresscity
- Specifies the city or locality portion of the contact's addressstateOrProvince
- Specifies the state or province portion of the contact's addresspostalCode
- Specifies the postal code (ZIP code) portion of the contact's addresscountry
- Specifies the country or region portion of the contact's addresscountryCode
- Specifies the country code portion of the contact's addressaddress
- Specifies the complete address of the contact's addresspostOfficeBox
- Gets or sets the post office boxpublic MapiContactPhysicalAddressDto isMailingAddress(Boolean isMailingAddress)
isMailingAddress
- Gets or sets a value indicating whether this address is mailing addresspublic Boolean isIsMailingAddress()
public void setIsMailingAddress(Boolean isMailingAddress)
isMailingAddress
- Gets or sets a value indicating whether this address is mailing addresspublic MapiContactPhysicalAddressDto street(String street)
street
- Specifies the street portion of the contact's addresspublic String getStreet()
public void setStreet(String street)
street
- Specifies the street portion of the contact's addresspublic MapiContactPhysicalAddressDto city(String city)
city
- Specifies the city or locality portion of the contact's addresspublic String getCity()
public void setCity(String city)
city
- Specifies the city or locality portion of the contact's addresspublic MapiContactPhysicalAddressDto stateOrProvince(String stateOrProvince)
stateOrProvince
- Specifies the state or province portion of the contact's addresspublic String getStateOrProvince()
public void setStateOrProvince(String stateOrProvince)
stateOrProvince
- Specifies the state or province portion of the contact's addresspublic MapiContactPhysicalAddressDto postalCode(String postalCode)
postalCode
- Specifies the postal code (ZIP code) portion of the contact's addresspublic String getPostalCode()
public void setPostalCode(String postalCode)
postalCode
- Specifies the postal code (ZIP code) portion of the contact's addresspublic MapiContactPhysicalAddressDto country(String country)
country
- Specifies the country or region portion of the contact's addresspublic String getCountry()
public void setCountry(String country)
country
- Specifies the country or region portion of the contact's addresspublic MapiContactPhysicalAddressDto countryCode(String countryCode)
countryCode
- Specifies the country code portion of the contact's addresspublic String getCountryCode()
public void setCountryCode(String countryCode)
countryCode
- Specifies the country code portion of the contact's addresspublic MapiContactPhysicalAddressDto address(String address)
address
- Specifies the complete address of the contact's addresspublic String getAddress()
public void setAddress(String address)
address
- Specifies the complete address of the contact's addresspublic MapiContactPhysicalAddressDto postOfficeBox(String postOfficeBox)
postOfficeBox
- Gets or sets the post office boxpublic String getPostOfficeBox()
public void setPostOfficeBox(String postOfficeBox)
postOfficeBox
- Gets or sets the post office boxCopyright © 2020. All rights reserved.