public static interface CandidateAddress.Builder extends SdkPojo, CopyableBuilder<CandidateAddress.Builder,CandidateAddress>
| Modifier and Type | Method and Description |
|---|---|
CandidateAddress.Builder |
city(String city)
The city of a candidate address.
|
CandidateAddress.Builder |
country(String country)
The country of a candidate address.
|
CandidateAddress.Builder |
postalCode(String postalCode)
The postal code of a candidate address.
|
CandidateAddress.Builder |
postalCodePlus4(String postalCodePlus4)
The Zip + 4 or postal code + 4 of a candidate address.
|
CandidateAddress.Builder |
state(String state)
The state of a candidate address.
|
CandidateAddress.Builder |
streetInfo(String streetInfo)
The street information of a candidate address
|
CandidateAddress.Builder |
streetNumber(String streetNumber)
The numeric portion of a candidate address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCandidateAddress.Builder streetInfo(String streetInfo)
The street information of a candidate address
streetInfo - The street information of a candidate addressCandidateAddress.Builder streetNumber(String streetNumber)
The numeric portion of a candidate address.
streetNumber - The numeric portion of a candidate address.CandidateAddress.Builder city(String city)
The city of a candidate address.
city - The city of a candidate address.CandidateAddress.Builder state(String state)
The state of a candidate address.
state - The state of a candidate address.CandidateAddress.Builder postalCode(String postalCode)
The postal code of a candidate address.
postalCode - The postal code of a candidate address.CandidateAddress.Builder postalCodePlus4(String postalCodePlus4)
The Zip + 4 or postal code + 4 of a candidate address.
postalCodePlus4 - The Zip + 4 or postal code + 4 of a candidate address.CandidateAddress.Builder country(String country)
The country of a candidate address.
country - The country of a candidate address.Copyright © 2022. All rights reserved.