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