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