Package | Description |
---|---|
com.oracle.bmc.marketplace.model |
Modifier and Type | Method and Description |
---|---|
SupportContact |
SupportContact.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<SupportContact> |
Listing.getSupportContacts()
Contact information to use to get support from the publisher for the listing.
|
Modifier and Type | Method and Description |
---|---|
SupportContact.Builder |
SupportContact.Builder.copy(SupportContact o) |
Modifier and Type | Method and Description |
---|---|
Listing.Builder |
Listing.Builder.supportContacts(List<SupportContact> supportContacts) |
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<Region> regions,
PackageTypeEnum packageType,
String defaultPackageVersion,
List<Link> links,
Boolean isFeatured)
Deprecated.
|
Copyright © 2016–2020. All rights reserved.