Uses of Class
com.oracle.bmc.marketplacepublisher.model.Contact
-
Packages that use Contact Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of Contact in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return Contact Modifier and Type Method Description Contact
Contact.Builder. build()
Contact
BuyerInformation. getPrimaryContact()
Contact
SellerInformation. getPrimaryContact()
Methods in com.oracle.bmc.marketplacepublisher.model that return types with arguments of type Contact Modifier and Type Method Description List<Contact>
BuyerInformation. getAdditionalContacts()
the additional contacts associated with the buyerList<Contact>
SellerInformation. getAdditionalContacts()
the additional contacts associated with the sellerMethods in com.oracle.bmc.marketplacepublisher.model with parameters of type Contact Modifier and Type Method Description Contact.Builder
Contact.Builder. copy(Contact model)
BuyerInformation.Builder
BuyerInformation.Builder. primaryContact(Contact primaryContact)
SellerInformation.Builder
SellerInformation.Builder. primaryContact(Contact primaryContact)
Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type Contact Modifier and Type Method Description BuyerInformation.Builder
BuyerInformation.Builder. additionalContacts(List<Contact> additionalContacts)
the additional contacts associated with the buyerSellerInformation.Builder
SellerInformation.Builder. additionalContacts(List<Contact> additionalContacts)
the additional contacts associated with the sellerConstructors in com.oracle.bmc.marketplacepublisher.model with parameters of type Contact Constructor Description BuyerInformation(String companyName, String noteToBuyer, Contact primaryContact, List<Contact> additionalContacts)
Deprecated.SellerInformation(Contact primaryContact, List<Contact> additionalContacts)
Deprecated.Constructor parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type Contact Constructor Description BuyerInformation(String companyName, String noteToBuyer, Contact primaryContact, List<Contact> additionalContacts)
Deprecated.SellerInformation(Contact primaryContact, List<Contact> additionalContacts)
Deprecated.
-