Package | Description |
---|---|
com.oracle.bmc.marketplace.model |
Modifier and Type | Method and Description |
---|---|
static ListingSummary.PricingTypes |
ListingSummary.PricingTypes.create(String key) |
static ListingSummary.PricingTypes |
ListingSummary.PricingTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListingSummary.PricingTypes[] |
ListingSummary.PricingTypes.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.PricingTypes> |
ListingSummary.getPricingTypes()
Summary of the pricing types available across all packages in the listing.
|
Modifier and Type | Method and Description |
---|---|
ListingSummary.Builder |
ListingSummary.Builder.pricingTypes(List<ListingSummary.PricingTypes> pricingTypes)
Summary of the pricing types available across all packages in 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–2023. All rights reserved.