Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher.model |
Modifier and Type | Method and Description |
---|---|
Contact |
Contact.Builder.build() |
Contact |
BuyerInformation.getPrimaryContact() |
Contact |
SellerInformation.getPrimaryContact() |
Modifier and Type | Method and Description |
---|---|
List<Contact> |
BuyerInformation.getAdditionalContacts()
the additional contacts associated with the buyer
|
List<Contact> |
SellerInformation.getAdditionalContacts()
the additional contacts associated with the seller
|
Modifier and Type | Method and Description |
---|---|
Contact.Builder |
Contact.Builder.copy(Contact model) |
BuyerInformation.Builder |
BuyerInformation.Builder.primaryContact(Contact primaryContact) |
SellerInformation.Builder |
SellerInformation.Builder.primaryContact(Contact primaryContact) |
Modifier and Type | Method and Description |
---|---|
BuyerInformation.Builder |
BuyerInformation.Builder.additionalContacts(List<Contact> additionalContacts)
the additional contacts associated with the buyer
|
SellerInformation.Builder |
SellerInformation.Builder.additionalContacts(List<Contact> additionalContacts)
the additional contacts associated with the seller
|
Constructor and Description |
---|
BuyerInformation(String companyName,
String noteToBuyer,
Contact primaryContact,
List<Contact> additionalContacts)
Deprecated.
|
SellerInformation(Contact primaryContact,
List<Contact> additionalContacts)
Deprecated.
|
Constructor and Description |
---|
BuyerInformation(String companyName,
String noteToBuyer,
Contact primaryContact,
List<Contact> additionalContacts)
Deprecated.
|
SellerInformation(Contact primaryContact,
List<Contact> additionalContacts)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.