Package | Description |
---|---|
com.oracle.bmc.marketplace.model |
Modifier and Type | Method and Description |
---|---|
DocumentationLink |
DocumentationLink.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DocumentationLink> |
Listing.getDocumentationLinks()
Links to additional documentation provided by the publisher specifically for the listing.
|
Modifier and Type | Method and Description |
---|---|
DocumentationLink.Builder |
DocumentationLink.Builder.copy(DocumentationLink model) |
Modifier and Type | Method and Description |
---|---|
Listing.Builder |
Listing.Builder.documentationLinks(List<DocumentationLink> documentationLinks)
Links to additional documentation provided by the publisher specifically for the listing.
|
Constructor and Description |
---|
Listing(String id,
String name,
String version,
String tagline,
String keywords,
String shortDescription,
String usageInformation,
String longDescription,
String licenseModelDescription,
String systemRequirements,
Date timeReleased,
String releaseNotes,
List<String> categories,
Publisher publisher,
List<Item> languages,
List<Screenshot> screenshots,
List<NamedLink> videos,
List<SupportContact> supportContacts,
List<NamedLink> supportLinks,
List<DocumentationLink> documentationLinks,
UploadData icon,
UploadData banner,
List<Listing.CompatibleArchitectures> compatibleArchitectures,
List<Region> regions,
PackageTypeEnum packageType,
String defaultPackageVersion,
List<Link> links,
Boolean isFeatured,
ListingType listingType,
List<OperatingSystem> supportedOperatingSystems)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.