public static class BuyerInformation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BuyerInformation.Builder |
additionalContacts(List<Contact> additionalContacts)
the additional contacts associated with the buyer
|
BuyerInformation |
build() |
BuyerInformation.Builder |
companyName(String companyName)
the name of the company for the buyer
|
BuyerInformation.Builder |
copy(BuyerInformation model) |
BuyerInformation.Builder |
noteToBuyer(String noteToBuyer)
a note the seller can specify for the buyer through a notification email
|
BuyerInformation.Builder |
primaryContact(Contact primaryContact) |
public BuyerInformation.Builder companyName(String companyName)
the name of the company for the buyer
companyName
- the value to setpublic BuyerInformation.Builder noteToBuyer(String noteToBuyer)
a note the seller can specify for the buyer through a notification email
noteToBuyer
- the value to setpublic BuyerInformation.Builder primaryContact(Contact primaryContact)
public BuyerInformation.Builder additionalContacts(List<Contact> additionalContacts)
the additional contacts associated with the buyer
additionalContacts
- the value to setpublic BuyerInformation build()
public BuyerInformation.Builder copy(BuyerInformation model)
Copyright © 2016–2024. All rights reserved.