public static class UpdateListingRevisionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateListingRevisionDetails.Builder displayName(String displayName)
The name for the listing revision.
displayName
- the value to setpublic UpdateListingRevisionDetails.Builder versionDetails(VersionDetails versionDetails)
public UpdateListingRevisionDetails.Builder headline(String headline)
Single line introduction for the listing revision.
headline
- the value to setpublic UpdateListingRevisionDetails.Builder tagline(String tagline)
The tagline for the listing revision.
tagline
- the value to setpublic UpdateListingRevisionDetails.Builder keywords(String keywords)
Keywords associated for the listing revision.
keywords
- the value to setpublic UpdateListingRevisionDetails.Builder shortDescription(String shortDescription)
A short description for the listing revision.
shortDescription
- the value to setpublic UpdateListingRevisionDetails.Builder usageInformation(String usageInformation)
Usage information for the listing revision.
usageInformation
- the value to setpublic UpdateListingRevisionDetails.Builder longDescription(String longDescription)
A long description for the listing revision.
longDescription
- the value to setpublic UpdateListingRevisionDetails.Builder systemRequirements(String systemRequirements)
System requirements for the listing revision.
systemRequirements
- the value to setpublic UpdateListingRevisionDetails.Builder categories(List<String> categories)
The categories for the listing revision.
categories
- the value to setpublic UpdateListingRevisionDetails.Builder markets(List<String> markets)
The markets supported by the listing revision.
markets
- the value to setpublic UpdateListingRevisionDetails.Builder contentLanguage(LanguageItem contentLanguage)
public UpdateListingRevisionDetails.Builder supportedlanguages(List<LanguageItem> supportedlanguages)
Languages supported by the listing revision.
supportedlanguages
- the value to setpublic UpdateListingRevisionDetails.Builder supportContacts(List<SupportContact> supportContacts)
Contact information to use to get support from the publisher for the listing revision.
supportContacts
- the value to setpublic UpdateListingRevisionDetails.Builder supportLinks(List<NamedLink> supportLinks)
Links to support resources for the listing revision.
supportLinks
- the value to setpublic UpdateListingRevisionDetails.Builder pricingType(ListingRevision.PricingType pricingType)
The pricing model for the listing revision.
pricingType
- the value to setpublic UpdateListingRevisionDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic UpdateListingRevisionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateListingRevisionDetails build()
public UpdateListingRevisionDetails.Builder copy(UpdateListingRevisionDetails model)
Copyright © 2016–2024. All rights reserved.