Uses of Class
com.oracle.bmc.marketplacepublisher.model.BuyerInformation.Builder
-
Packages that use BuyerInformation.Builder Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of BuyerInformation.Builder in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return BuyerInformation.Builder Modifier and Type Method Description BuyerInformation.Builder
BuyerInformation.Builder. additionalContacts(List<Contact> additionalContacts)
the additional contacts associated with the buyerstatic BuyerInformation.Builder
BuyerInformation. builder()
Create a new builder.BuyerInformation.Builder
BuyerInformation.Builder. companyName(String companyName)
the name of the company for the buyerBuyerInformation.Builder
BuyerInformation.Builder. copy(BuyerInformation model)
BuyerInformation.Builder
BuyerInformation.Builder. noteToBuyer(String noteToBuyer)
a note the seller can specify for the buyer through a notification emailBuyerInformation.Builder
BuyerInformation.Builder. primaryContact(Contact primaryContact)
BuyerInformation.Builder
BuyerInformation. toBuilder()
-