Uses of Class
com.oracle.bmc.osubusage.model.ComputedUsageAggregatedSummary.PricingModel
-
Packages that use ComputedUsageAggregatedSummary.PricingModel Package Description com.oracle.bmc.osubusage.model -
-
Uses of ComputedUsageAggregatedSummary.PricingModel in com.oracle.bmc.osubusage.model
Methods in com.oracle.bmc.osubusage.model that return ComputedUsageAggregatedSummary.PricingModel Modifier and Type Method Description static ComputedUsageAggregatedSummary.PricingModel
ComputedUsageAggregatedSummary.PricingModel. create(String key)
ComputedUsageAggregatedSummary.PricingModel
ComputedUsageAggregatedSummary. getPricingModel()
Subscribed services pricing modelstatic 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.Methods in com.oracle.bmc.osubusage.model with parameters of type ComputedUsageAggregatedSummary.PricingModel Modifier and Type Method Description ComputedUsageAggregatedSummary.Builder
ComputedUsageAggregatedSummary.Builder. pricingModel(ComputedUsageAggregatedSummary.PricingModel pricingModel)
Subscribed services pricing modelConstructors in com.oracle.bmc.osubusage.model with parameters of type ComputedUsageAggregatedSummary.PricingModel Constructor 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.
-