Uses of Class
com.oracle.bmc.marketplaceprivateoffer.model.Contact
-
Packages that use Contact Package Description com.oracle.bmc.marketplaceprivateoffer.model -
-
Uses of Contact in com.oracle.bmc.marketplaceprivateoffer.model
Methods in com.oracle.bmc.marketplaceprivateoffer.model that return Contact Modifier and Type Method Description ContactContact.Builder. build()ContactBuyerInformation. getPrimaryContact()ContactSellerInformation. getPrimaryContact()Methods in com.oracle.bmc.marketplaceprivateoffer.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.marketplaceprivateoffer.model with parameters of type Contact Modifier and Type Method Description Contact.BuilderContact.Builder. copy(Contact model)BuyerInformation.BuilderBuyerInformation.Builder. primaryContact(Contact primaryContact)SellerInformation.BuilderSellerInformation.Builder. primaryContact(Contact primaryContact)Method parameters in com.oracle.bmc.marketplaceprivateoffer.model with type arguments of type Contact Modifier and Type Method Description BuyerInformation.BuilderBuyerInformation.Builder. additionalContacts(List<Contact> additionalContacts)the additional contacts associated with the buyerSellerInformation.BuilderSellerInformation.Builder. additionalContacts(List<Contact> additionalContacts)the additional contacts associated with the sellerConstructors in com.oracle.bmc.marketplaceprivateoffer.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.marketplaceprivateoffer.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.
-