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 the candidate address.
|
CandidateAddress.Builder |
country(String country)
The country of the candidate address.
|
CandidateAddress.Builder |
postalCode(String postalCode)
The postal code of the candidate address.
|
CandidateAddress.Builder |
postalCodePlus4(String postalCodePlus4)
The zip + 4 or postal code +4 of the candidate address.
|
CandidateAddress.Builder |
state(String state)
The state of the candidate address.
|
CandidateAddress.Builder |
streetInfo(String streetInfo)
The street information of the candidate address.
|
CandidateAddress.Builder |
streetNumber(String streetNumber)
The numeric portion of the candidate address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCandidateAddress.Builder streetInfo(String streetInfo)
The street information of the candidate address.
streetInfo - The street information of the candidate address.CandidateAddress.Builder streetNumber(String streetNumber)
The numeric portion of the candidate address.
streetNumber - The numeric portion of the candidate address.CandidateAddress.Builder city(String city)
The city of the candidate address.
city - The city of the candidate address.CandidateAddress.Builder state(String state)
The state of the candidate address.
state - The state of the candidate address.CandidateAddress.Builder postalCode(String postalCode)
The postal code of the candidate address.
postalCode - The postal code of the candidate address.CandidateAddress.Builder postalCodePlus4(String postalCodePlus4)
The zip + 4 or postal code +4 of the candidate address.
postalCodePlus4 - The zip + 4 or postal code +4 of the candidate address.CandidateAddress.Builder country(String country)
The country of the candidate address.
country - The country of the candidate address.Copyright © 2023. All rights reserved.