public static class CustomerInformation.Builder extends Object
CustomerInformation.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CustomerInformation |
build()
Builds a new
CustomerInformation object using the set fields. |
CustomerInformation.Builder |
emailAddress(String emailAddress)
Setter for emailAddress.
|
CustomerInformation.Builder |
id(String id)
Setter for id.
|
CustomerInformation.Builder |
phone(PhoneWithType phone)
Setter for phone.
|
public CustomerInformation.Builder id(String id)
id - String value for id.public CustomerInformation.Builder emailAddress(String emailAddress)
emailAddress - String value for emailAddress.public CustomerInformation.Builder phone(PhoneWithType phone)
phone - PhoneWithType value for phone.public CustomerInformation build()
CustomerInformation object using the set fields.CustomerInformationCopyright © 2025. All rights reserved.