Uses of Class
com.oracle.bmc.onesubscription.model.ComputedUsageProduct
-
Packages that use ComputedUsageProduct Package Description com.oracle.bmc.onesubscription.model -
-
Uses of ComputedUsageProduct in com.oracle.bmc.onesubscription.model
Methods in com.oracle.bmc.onesubscription.model that return ComputedUsageProduct Modifier and Type Method Description ComputedUsageProduct
ComputedUsageProduct.Builder. build()
ComputedUsageProduct
AggregatedComputedUsageSummary. getParentProduct()
ComputedUsageProduct
ComputedUsage. getParentProduct()
ComputedUsageProduct
ComputedUsageSummary. getParentProduct()
ComputedUsageProduct
ComputedUsage. getProduct()
ComputedUsageProduct
ComputedUsageAggregation. getProduct()
ComputedUsageProduct
ComputedUsageSummary. getProduct()
Methods in com.oracle.bmc.onesubscription.model with parameters of type ComputedUsageProduct Modifier and Type Method Description ComputedUsageProduct.Builder
ComputedUsageProduct.Builder. copy(ComputedUsageProduct model)
AggregatedComputedUsageSummary.Builder
AggregatedComputedUsageSummary.Builder. parentProduct(ComputedUsageProduct parentProduct)
ComputedUsage.Builder
ComputedUsage.Builder. parentProduct(ComputedUsageProduct parentProduct)
ComputedUsageSummary.Builder
ComputedUsageSummary.Builder. parentProduct(ComputedUsageProduct parentProduct)
ComputedUsage.Builder
ComputedUsage.Builder. product(ComputedUsageProduct product)
ComputedUsageAggregation.Builder
ComputedUsageAggregation.Builder. product(ComputedUsageProduct product)
ComputedUsageSummary.Builder
ComputedUsageSummary.Builder. product(ComputedUsageProduct product)
Constructors in com.oracle.bmc.onesubscription.model with parameters of type ComputedUsageProduct 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.ComputedUsage(Date timeCreated, Date timeUpdated, String parentSubscribedServiceId, ComputedUsageProduct parentProduct, String planNumber, String currencyCode, String rateCardTierdId, String rateCardId, String computeSource, String dataCenter, String mqsMessageId, String id, String quantity, String usageNumber, String originalUsageNumber, String commitmentServiceId, Boolean isInvoiced, ComputedUsage.Type type, Date timeOfArrival, Date timeMeteredOn, String netUnitPrice, String costRounded, String cost, ComputedUsageProduct product, String unitOfMeasure)
Deprecated.ComputedUsageAggregation(String quantity, ComputedUsageProduct product, String dataCenter, Date timeMeteredOn, String netUnitPrice, String costUnrounded, String cost, ComputedUsageAggregation.Type type)
Deprecated.ComputedUsageSummary(Date timeCreated, Date timeUpdated, String parentSubscribedServiceId, ComputedUsageProduct parentProduct, String planNumber, String currencyCode, String rateCardTierdId, String rateCardId, String computeSource, String dataCenter, String mqsMessageId, String computedUsageId, String quantity, String usageNumber, String originalUsageNumber, String commitmentServiceId, Boolean isInvoiced, ComputedUsageSummary.Type type, Date timeOfArrival, Date timeMeteredOn, String netUnitPrice, String costRounded, String cost, ComputedUsageProduct product, String unitOfMeasure)
Deprecated.
-