public static class SellerInformation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SellerInformation.Builder |
additionalContacts(List<Contact> additionalContacts)
the additional contacts associated with the seller
|
SellerInformation |
build() |
SellerInformation.Builder |
copy(SellerInformation model) |
SellerInformation.Builder |
primaryContact(Contact primaryContact) |
public SellerInformation.Builder primaryContact(Contact primaryContact)
public SellerInformation.Builder additionalContacts(List<Contact> additionalContacts)
the additional contacts associated with the seller
additionalContacts
- the value to setpublic SellerInformation build()
public SellerInformation.Builder copy(SellerInformation model)
Copyright © 2016–2024. All rights reserved.