Package | Description |
---|---|
com.oracle.bmc.marketplace.model | |
com.oracle.bmc.marketplace.requests |
Modifier and Type | Method and Description |
---|---|
static PricingTypeEnum |
PricingTypeEnum.create(String key) |
PricingTypeEnum |
PricingModel.getType()
The type of the pricing model.
|
static PricingTypeEnum |
PricingTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PricingTypeEnum[] |
PricingTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PricingModel.Builder |
PricingModel.Builder.type(PricingTypeEnum type)
The type of the pricing model.
|
Constructor and Description |
---|
PricingModel(PricingTypeEnum type,
PricingStrategyEnum payGoStrategy,
PricingCurrencyEnum currency,
BigDecimal rate,
InternationalMarketPrice internationalMarketPrice)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<PricingTypeEnum> |
ListListingsRequest.getPricing()
Name of the pricing type.
|
Modifier and Type | Method and Description |
---|---|
ListListingsRequest.Builder |
ListListingsRequest.Builder.pricing(PricingTypeEnum singularValue)
Singular setter.
|
Modifier and Type | Method and Description |
---|---|
ListListingsRequest.Builder |
ListListingsRequest.Builder.pricing(List<PricingTypeEnum> pricing)
Name of the pricing type.
|
Copyright © 2016–2024. All rights reserved.