Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Address.Builder |
addressKey(String addressKey)
Address identifier.
|
Address |
build() |
Address.Builder |
city(String city)
Name of the city.
|
Address.Builder |
companyName(String companyName)
Name of the customer company.
|
Address.Builder |
contributorClass(String contributorClass)
Contributor class of the customer company.
|
Address.Builder |
copy(Address model) |
Address.Builder |
country(String country)
Country of the address.
|
Address.Builder |
county(String county)
County of the address.
|
Address.Builder |
departmentName(String departmentName)
Department name of the customer company.
|
Address.Builder |
emailAddress(String emailAddress)
Contact person email address.
|
Address.Builder |
firstName(String firstName)
First name of the contact person.
|
Address.Builder |
internalNumber(String internalNumber)
Internal number of the customer company.
|
Address.Builder |
jobTitle(String jobTitle)
Job title of the contact person.
|
Address.Builder |
lastName(String lastName)
Last name of the contact person.
|
Address.Builder |
line1(String line1)
Address line 1.
|
Address.Builder |
line2(String line2)
Address line 2.
|
Address.Builder |
line3(String line3)
Address line 3.
|
Address.Builder |
line4(String line4)
Address line 4.
|
Address.Builder |
middleName(String middleName)
Middle name of the contact person.
|
Address.Builder |
municipalInscription(String municipalInscription)
Municipal Inscription.
|
Address.Builder |
phoneCountryCode(String phoneCountryCode)
Phone country code of the contact person.
|
Address.Builder |
phoneNumber(String phoneNumber)
Phone number of the contact person.
|
Address.Builder |
postalCode(String postalCode)
Post code of the address.
|
Address.Builder |
province(String province)
Province of the address.
|
Address.Builder |
state(String state)
State of the address.
|
Address.Builder |
stateInscription(String stateInscription)
State Inscription.
|
Address.Builder |
streetName(String streetName)
Street name of the address.
|
Address.Builder |
streetNumber(String streetNumber)
Street number of the address.
|
public Address.Builder addressKey(String addressKey)
Address identifier.
addressKey
- the value to setpublic Address.Builder line1(String line1)
Address line 1.
line1
- the value to setpublic Address.Builder line2(String line2)
Address line 2.
line2
- the value to setpublic Address.Builder line3(String line3)
Address line 3.
line3
- the value to setpublic Address.Builder line4(String line4)
Address line 4.
line4
- the value to setpublic Address.Builder streetName(String streetName)
Street name of the address.
streetName
- the value to setpublic Address.Builder streetNumber(String streetNumber)
Street number of the address.
streetNumber
- the value to setpublic Address.Builder city(String city)
Name of the city.
city
- the value to setpublic Address.Builder county(String county)
County of the address.
county
- the value to setpublic Address.Builder country(String country)
Country of the address.
country
- the value to setpublic Address.Builder province(String province)
Province of the address.
province
- the value to setpublic Address.Builder postalCode(String postalCode)
Post code of the address.
postalCode
- the value to setpublic Address.Builder state(String state)
State of the address.
state
- the value to setpublic Address.Builder emailAddress(String emailAddress)
Contact person email address.
emailAddress
- the value to setpublic Address.Builder companyName(String companyName)
Name of the customer company.
companyName
- the value to setpublic Address.Builder firstName(String firstName)
First name of the contact person.
firstName
- the value to setpublic Address.Builder middleName(String middleName)
Middle name of the contact person.
middleName
- the value to setpublic Address.Builder lastName(String lastName)
Last name of the contact person.
lastName
- the value to setpublic Address.Builder phoneCountryCode(String phoneCountryCode)
Phone country code of the contact person.
phoneCountryCode
- the value to setpublic Address.Builder phoneNumber(String phoneNumber)
Phone number of the contact person.
phoneNumber
- the value to setpublic Address.Builder jobTitle(String jobTitle)
Job title of the contact person.
jobTitle
- the value to setpublic Address.Builder departmentName(String departmentName)
Department name of the customer company.
departmentName
- the value to setpublic Address.Builder internalNumber(String internalNumber)
Internal number of the customer company.
internalNumber
- the value to setpublic Address.Builder contributorClass(String contributorClass)
Contributor class of the customer company.
contributorClass
- the value to setpublic Address.Builder stateInscription(String stateInscription)
State Inscription.
stateInscription
- the value to setpublic Address.Builder municipalInscription(String municipalInscription)
Municipal Inscription.
municipalInscription
- the value to setpublic Address build()
public Address.Builder copy(Address model)
Copyright © 2016–2024. All rights reserved.