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 ComputedUsageProductComputedUsageProduct.Builder. build()ComputedUsageProductAggregatedComputedUsageSummary. getParentProduct()ComputedUsageProductComputedUsage. getParentProduct()ComputedUsageProductComputedUsageSummary. getParentProduct()ComputedUsageProductComputedUsage. getProduct()ComputedUsageProductComputedUsageAggregation. getProduct()ComputedUsageProductComputedUsageSummary. getProduct()Methods in com.oracle.bmc.onesubscription.model with parameters of type ComputedUsageProduct Modifier and Type Method Description ComputedUsageProduct.BuilderComputedUsageProduct.Builder. copy(ComputedUsageProduct model)AggregatedComputedUsageSummary.BuilderAggregatedComputedUsageSummary.Builder. parentProduct(ComputedUsageProduct parentProduct)ComputedUsage.BuilderComputedUsage.Builder. parentProduct(ComputedUsageProduct parentProduct)ComputedUsageSummary.BuilderComputedUsageSummary.Builder. parentProduct(ComputedUsageProduct parentProduct)ComputedUsage.BuilderComputedUsage.Builder. product(ComputedUsageProduct product)ComputedUsageAggregation.BuilderComputedUsageAggregation.Builder. product(ComputedUsageProduct product)ComputedUsageSummary.BuilderComputedUsageSummary.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.
-