public static abstract class
AddressComponent.Builder
extends Object
Builder for AddressComponent
.
Public Constructor Summary
Builder()
|
Public Method Summary
AddressComponent |
build()
Builds the
AddressComponent . |
abstract String | |
abstract AddressComponent.Builder |
setShortName(String shortName)
|
Inherited Method Summary
Public Constructors
public Builder ()
Public Methods
public AddressComponent build ()
Builds the AddressComponent
.
Mutable members (e.g List) will be converted to immutable versions.
Throws
IllegalStateException | If name or types is empty, or if types
contains null or empty values.
|
---|