Uses of Class
com.oracle.bmc.marketplacepublisher.model.SupportContact
-
Packages that use SupportContact Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of SupportContact in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return SupportContact Modifier and Type Method Description SupportContact
SupportContact.Builder. build()
Methods in com.oracle.bmc.marketplacepublisher.model that return types with arguments of type SupportContact Modifier and Type Method Description List<SupportContact>
CreateListingRevisionDetails. getSupportContacts()
Contact information to use to get support from the publisher for the listing revision.List<SupportContact>
ListingRevision. getSupportContacts()
Contact information to use to get support from the publisher for the listing revision.List<SupportContact>
UpdateListingRevisionDetails. getSupportContacts()
Contact information to use to get support from the publisher for the listing revision.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type SupportContact Modifier and Type Method Description SupportContact.Builder
SupportContact.Builder. copy(SupportContact model)
Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type SupportContact Modifier and Type Method Description CreateListingRevisionDetails.Builder
CreateListingRevisionDetails.Builder. supportContacts(List<SupportContact> supportContacts)
Contact information to use to get support from the publisher for the listing revision.ListingRevision.Builder
ListingRevision.Builder. supportContacts(List<SupportContact> supportContacts)
Contact information to use to get support from the publisher for the listing revision.UpdateListingRevisionDetails.Builder
UpdateListingRevisionDetails.Builder. supportContacts(List<SupportContact> supportContacts)
Contact information to use to get support from the publisher for the listing revision.
-