Class UpdateLeadGenListingRevisionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.UpdateLeadGenListingRevisionDetails.Builder
-
- Enclosing class:
- UpdateLeadGenListingRevisionDetails
public static class UpdateLeadGenListingRevisionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public UpdateLeadGenListingRevisionDetails.Builder displayName(String displayName)
-
headline
public UpdateLeadGenListingRevisionDetails.Builder headline(String headline)
-
tagline
public UpdateLeadGenListingRevisionDetails.Builder tagline(String tagline)
-
keywords
public UpdateLeadGenListingRevisionDetails.Builder keywords(String keywords)
-
shortDescription
public UpdateLeadGenListingRevisionDetails.Builder shortDescription(String shortDescription)
-
usageInformation
public UpdateLeadGenListingRevisionDetails.Builder usageInformation(String usageInformation)
-
longDescription
public UpdateLeadGenListingRevisionDetails.Builder longDescription(String longDescription)
-
contentLanguage
public UpdateLeadGenListingRevisionDetails.Builder contentLanguage(LanguageItem contentLanguage)
-
supportedlanguages
public UpdateLeadGenListingRevisionDetails.Builder supportedlanguages(List<LanguageItem> supportedlanguages)
-
supportContacts
public UpdateLeadGenListingRevisionDetails.Builder supportContacts(List<SupportContact> supportContacts)
-
supportLinks
public UpdateLeadGenListingRevisionDetails.Builder supportLinks(List<NamedLink> supportLinks)
-
freeformTags
public UpdateLeadGenListingRevisionDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public UpdateLeadGenListingRevisionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
versionDetails
public UpdateLeadGenListingRevisionDetails.Builder versionDetails(VersionDetails versionDetails)
-
systemRequirements
public UpdateLeadGenListingRevisionDetails.Builder systemRequirements(String systemRequirements)
System requirements for the listing revision.- Parameters:
systemRequirements- the value to set- Returns:
- this builder
-
pricingType
public UpdateLeadGenListingRevisionDetails.Builder pricingType(OciListingRevision.PricingType pricingType)
The pricing model for the listing revision.- Parameters:
pricingType- the value to set- Returns:
- this builder
-
products
public UpdateLeadGenListingRevisionDetails.Builder products(List<ListingProduct> products)
List of Products subscribed by listing.- Parameters:
products- the value to set- Returns:
- this builder
-
demoUrl
public UpdateLeadGenListingRevisionDetails.Builder demoUrl(String demoUrl)
Url to demo of the listing- Parameters:
demoUrl- the value to set- Returns:
- this builder
-
selfPacedTrainingUrl
public UpdateLeadGenListingRevisionDetails.Builder selfPacedTrainingUrl(String selfPacedTrainingUrl)
Url to training resources of the listing- Parameters:
selfPacedTrainingUrl- the value to set- Returns:
- this builder
-
recommendedServiceProviderListingIds
public UpdateLeadGenListingRevisionDetails.Builder recommendedServiceProviderListingIds(List<String> recommendedServiceProviderListingIds)
OCIDs of service listings attached to lead gen listing- Parameters:
recommendedServiceProviderListingIds- the value to set- Returns:
- this builder
-
vanityUrl
public UpdateLeadGenListingRevisionDetails.Builder vanityUrl(String vanityUrl)
Custom link to the listing- Parameters:
vanityUrl- the value to set- Returns:
- this builder
-
downloadInfo
public UpdateLeadGenListingRevisionDetails.Builder downloadInfo(DownloadInfo downloadInfo)
-
pricingPlans
public UpdateLeadGenListingRevisionDetails.Builder pricingPlans(String pricingPlans)
Pricing details for lead gen listing- Parameters:
pricingPlans- the value to set- Returns:
- this builder
-
build
public UpdateLeadGenListingRevisionDetails build()
-
copy
public UpdateLeadGenListingRevisionDetails.Builder copy(UpdateLeadGenListingRevisionDetails model)
-
-