Package | Description |
---|---|
com.oracle.bmc.onesubscription.model |
Modifier and Type | Method and Description |
---|---|
static AggregatedComputedUsageSummary.PricingModel |
AggregatedComputedUsageSummary.PricingModel.create(String key) |
AggregatedComputedUsageSummary.PricingModel |
AggregatedComputedUsageSummary.getPricingModel()
Subscribed services pricing model
|
static AggregatedComputedUsageSummary.PricingModel |
AggregatedComputedUsageSummary.PricingModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregatedComputedUsageSummary.PricingModel[] |
AggregatedComputedUsageSummary.PricingModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AggregatedComputedUsageSummary.Builder |
AggregatedComputedUsageSummary.Builder.pricingModel(AggregatedComputedUsageSummary.PricingModel pricingModel)
Subscribed services pricing model
|
Constructor and Description |
---|
AggregatedComputedUsageSummary(String subscriptionId,
String parentSubscribedServiceId,
ComputedUsageProduct parentProduct,
Date timeStart,
Date timeEnd,
String planNumber,
String currencyCode,
String rateCardId,
AggregatedComputedUsageSummary.PricingModel pricingModel,
List<ComputedUsageAggregation> aggregatedComputedUsages)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.