Class SellerInformation.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.SellerInformation.Builder
-
- Enclosing class:
- SellerInformation
public static class SellerInformation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SellerInformation.Builder
additionalContacts(List<Contact> additionalContacts)
the additional contacts associated with the sellerSellerInformation
build()
SellerInformation.Builder
copy(SellerInformation model)
SellerInformation.Builder
primaryContact(Contact primaryContact)
-
-
-
Method Detail
-
primaryContact
public SellerInformation.Builder primaryContact(Contact primaryContact)
-
additionalContacts
public SellerInformation.Builder additionalContacts(List<Contact> additionalContacts)
the additional contacts associated with the seller- Parameters:
additionalContacts
- the value to set- Returns:
- this builder
-
build
public SellerInformation build()
-
copy
public SellerInformation.Builder copy(SellerInformation model)
-
-