Package | Description |
---|---|
com.oracle.bmc.marketplace.model |
Modifier and Type | Method and Description |
---|---|
static Listing.CompatibleArchitectures |
Listing.CompatibleArchitectures.create(String key) |
static Listing.CompatibleArchitectures |
Listing.CompatibleArchitectures.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Listing.CompatibleArchitectures[] |
Listing.CompatibleArchitectures.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Listing.CompatibleArchitectures> |
Listing.getCompatibleArchitectures()
The list of compatible architectures supported by the listing
|
Modifier and Type | Method and Description |
---|---|
Listing.Builder |
Listing.Builder.compatibleArchitectures(List<Listing.CompatibleArchitectures> compatibleArchitectures)
The list of compatible architectures supported by 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.