Address.Builder |
Address.Builder.addressNumber(String addressNumber) |
The number that identifies an address within a street.
|
Address.Builder |
Address.Builder.block(String block) |
Name of the block.
|
static Address.Builder |
Address.builder() |
|
Address.Builder |
Address.Builder.building(String building) |
The name of the building at the address.
|
default Address.Builder |
Address.Builder.country(Consumer<Country.Builder> country) |
The country component of the address.
|
Address.Builder |
Address.Builder.country(Country country) |
The country component of the address.
|
Address.Builder |
Address.Builder.district(String district) |
The district or division of a locality associated with this address.
|
Address.Builder |
Address.Builder.intersection(String... intersection) |
Name of the streets in the intersection.
|
Address.Builder |
Address.Builder.intersection(Collection<String> intersection) |
Name of the streets in the intersection.
|
Address.Builder |
Address.Builder.label(String label) |
Assembled address value built out of the address components, according to the regional postal rules.
|
Address.Builder |
Address.Builder.locality(String locality) |
The locality or city of the address.
|
Address.Builder |
Address.Builder.postalCode(String postalCode) |
An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode,
or ZIP code, for which the result should posses.
|
default Address.Builder |
Address.Builder.region(Consumer<Region.Builder> region) |
The region or state results should be present in.
|
Address.Builder |
Address.Builder.region(Region region) |
The region or state results should be present in.
|
Address.Builder |
Address.Builder.street(String street) |
The name of the street results should be present in.
|
Address.Builder |
Address.Builder.streetComponents(Collection<StreetComponents> streetComponents) |
Components of the street.
|
Address.Builder |
Address.Builder.streetComponents(Consumer<StreetComponents.Builder>... streetComponents) |
Components of the street.
|
Address.Builder |
Address.Builder.streetComponents(StreetComponents... streetComponents) |
Components of the street.
|
Address.Builder |
Address.Builder.subBlock(String subBlock) |
Name of sub-block.
|
Address.Builder |
Address.Builder.subDistrict(String subDistrict) |
A subdivision of a district.
|
default Address.Builder |
Address.Builder.subRegion(Consumer<SubRegion.Builder> subRegion) |
The sub-region or county for which results should be present in.
|
Address.Builder |
Address.Builder.subRegion(SubRegion subRegion) |
The sub-region or county for which results should be present in.
|
Address.Builder |
Address.toBuilder() |
|