Package | Description |
---|---|
com.oracle.bmc.marketplace.model |
Modifier and Type | Method and Description |
---|---|
static ListingSummary.CompatibleArchitectures |
ListingSummary.CompatibleArchitectures.create(String key) |
static ListingSummary.CompatibleArchitectures |
ListingSummary.CompatibleArchitectures.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListingSummary.CompatibleArchitectures[] |
ListingSummary.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<ListingSummary.CompatibleArchitectures> |
ListingSummary.getCompatibleArchitectures()
The list of compatible architectures supported by the listing
|
Modifier and Type | Method and Description |
---|---|
ListingSummary.Builder |
ListingSummary.Builder.compatibleArchitectures(List<ListingSummary.CompatibleArchitectures> compatibleArchitectures)
The list of compatible architectures supported by the listing
|
Constructor and Description |
---|
ListingSummary(String id,
String name,
String shortDescription,
Boolean isRoverExportable,
String tagline,
UploadData icon,
PackageTypeEnum packageType,
List<ListingSummary.PricingTypes> pricingTypes,
List<ListingSummary.CompatibleArchitectures> compatibleArchitectures,
List<Region> regions,
Boolean isFeatured,
List<String> categories,
PublisherSummary publisher,
List<OperatingSystem> supportedOperatingSystems,
ListingType listingType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.