Uses of Class
com.oracle.bmc.marketplace.model.SupportContact
-
Packages that use SupportContact Package Description com.oracle.bmc.marketplace.model -
-
Uses of SupportContact in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return SupportContact Modifier and Type Method Description SupportContactSupportContact.Builder. build()Methods in com.oracle.bmc.marketplace.model that return types with arguments of type SupportContact Modifier and Type Method Description List<SupportContact>CreatePublicationDetails. getSupportContacts()Contact information for getting support from the publisher for the listing.List<SupportContact>Listing. getSupportContacts()Contact information to use to get support from the publisher for the listing.List<SupportContact>Publication. getSupportContacts()Contact information for getting support from the publisher for the listing.List<SupportContact>UpdatePublicationDetails. getSupportContacts()Contact information for getting support from the publisher for the listing.Methods in com.oracle.bmc.marketplace.model with parameters of type SupportContact Modifier and Type Method Description SupportContact.BuilderSupportContact.Builder. copy(SupportContact model)Method parameters in com.oracle.bmc.marketplace.model with type arguments of type SupportContact Modifier and Type Method Description CreatePublicationDetails.BuilderCreatePublicationDetails.Builder. supportContacts(List<SupportContact> supportContacts)Contact information for getting support from the publisher for the listing.Listing.BuilderListing.Builder. supportContacts(List<SupportContact> supportContacts)Contact information to use to get support from the publisher for the listing.Publication.BuilderPublication.Builder. supportContacts(List<SupportContact> supportContacts)Contact information for getting support from the publisher for the listing.UpdatePublicationDetails.BuilderUpdatePublicationDetails.Builder. supportContacts(List<SupportContact> supportContacts)Contact information for getting support from the publisher for the listing.Constructor parameters in com.oracle.bmc.marketplace.model with type arguments of type SupportContact Constructor Description CreatePublicationDetails(ListingType listingType, String name, String shortDescription, String longDescription, List<SupportContact> supportContacts, String compartmentId, CreatePublicationPackage packageDetails, Boolean isAgreementAcknowledged, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)Deprecated.Publication(Publication.LifecycleState lifecycleState, String compartmentId, String id, String name, String shortDescription, String longDescription, List<SupportContact> supportContacts, UploadData icon, PackageTypeEnum packageType, ListingType listingType, List<OperatingSystem> supportedOperatingSystems, Date timeCreated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)Deprecated.UpdatePublicationDetails(String name, String shortDescription, String longDescription, List<SupportContact> supportContacts, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)Deprecated.
-