public class MapiContactPhysicalAddressDtoBuilder extends Object
Constructor and Description |
---|
MapiContactPhysicalAddressDtoBuilder(MapiContactPhysicalAddressDto model) |
Modifier and Type | Method and Description |
---|---|
MapiContactPhysicalAddressDtoBuilder |
address(String address)
Set MapiContactPhysicalAddressDto.address and return builder.
|
MapiContactPhysicalAddressDto |
build()
Build MapiContactPhysicalAddressDto instance.
|
MapiContactPhysicalAddressDtoBuilder |
city(String city)
Set MapiContactPhysicalAddressDto.city and return builder.
|
MapiContactPhysicalAddressDtoBuilder |
country(String country)
Set MapiContactPhysicalAddressDto.country and return builder.
|
MapiContactPhysicalAddressDtoBuilder |
countryCode(String countryCode)
Set MapiContactPhysicalAddressDto.countryCode and return builder.
|
MapiContactPhysicalAddressDtoBuilder |
isMailingAddress(Boolean isMailingAddress)
Set MapiContactPhysicalAddressDto.isMailingAddress and return builder.
|
MapiContactPhysicalAddressDtoBuilder |
postalCode(String postalCode)
Set MapiContactPhysicalAddressDto.postalCode and return builder.
|
MapiContactPhysicalAddressDtoBuilder |
postOfficeBox(String postOfficeBox)
Set MapiContactPhysicalAddressDto.postOfficeBox and return builder.
|
MapiContactPhysicalAddressDtoBuilder |
stateOrProvince(String stateOrProvince)
Set MapiContactPhysicalAddressDto.stateOrProvince and return builder.
|
MapiContactPhysicalAddressDtoBuilder |
street(String street)
Set MapiContactPhysicalAddressDto.street and return builder.
|
public MapiContactPhysicalAddressDtoBuilder(MapiContactPhysicalAddressDto model)
public MapiContactPhysicalAddressDto build()
public MapiContactPhysicalAddressDtoBuilder isMailingAddress(Boolean isMailingAddress)
isMailingAddress
- Gets or sets a value indicating whether this address is mailing addresspublic MapiContactPhysicalAddressDtoBuilder street(String street)
street
- Specifies the street portion of the contact's addresspublic MapiContactPhysicalAddressDtoBuilder city(String city)
city
- Specifies the city or locality portion of the contact's addresspublic MapiContactPhysicalAddressDtoBuilder stateOrProvince(String stateOrProvince)
stateOrProvince
- Specifies the state or province portion of the contact's addresspublic MapiContactPhysicalAddressDtoBuilder postalCode(String postalCode)
postalCode
- Specifies the postal code (ZIP code) portion of the contact's addresspublic MapiContactPhysicalAddressDtoBuilder country(String country)
country
- Specifies the country or region portion of the contact's addresspublic MapiContactPhysicalAddressDtoBuilder countryCode(String countryCode)
countryCode
- Specifies the country code portion of the contact's addresspublic MapiContactPhysicalAddressDtoBuilder address(String address)
address
- Specifies the complete address of the contact's addresspublic MapiContactPhysicalAddressDtoBuilder postOfficeBox(String postOfficeBox)
postOfficeBox
- Gets or sets the post office boxCopyright © 2020. All rights reserved.