Class BuyerInformation.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplaceprivateoffer.model.BuyerInformation.Builder
-
- Enclosing class:
- BuyerInformation
public static class BuyerInformation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuyerInformation.Builder
additionalContacts(List<Contact> additionalContacts)
the additional contacts associated with the buyerBuyerInformation
build()
BuyerInformation.Builder
companyName(String companyName)
the name of the company for the buyerBuyerInformation.Builder
copy(BuyerInformation model)
BuyerInformation.Builder
noteToBuyer(String noteToBuyer)
a note the seller can specify for the buyer through a notification emailBuyerInformation.Builder
primaryContact(Contact primaryContact)
-
-
-
Method Detail
-
companyName
public BuyerInformation.Builder companyName(String companyName)
the name of the company for the buyer- Parameters:
companyName
- the value to set- Returns:
- this builder
-
noteToBuyer
public BuyerInformation.Builder noteToBuyer(String noteToBuyer)
a note the seller can specify for the buyer through a notification email- Parameters:
noteToBuyer
- the value to set- Returns:
- this builder
-
primaryContact
public BuyerInformation.Builder primaryContact(Contact primaryContact)
-
additionalContacts
public BuyerInformation.Builder additionalContacts(List<Contact> additionalContacts)
the additional contacts associated with the buyer- Parameters:
additionalContacts
- the value to set- Returns:
- this builder
-
build
public BuyerInformation build()
-
copy
public BuyerInformation.Builder copy(BuyerInformation model)
-
-