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