Uses of Class
com.oracle.bmc.self.model.PricingRate
-
Packages that use PricingRate Package Description com.oracle.bmc.self.model -
-
Uses of PricingRate in com.oracle.bmc.self.model
Methods in com.oracle.bmc.self.model that return PricingRate Modifier and Type Method Description PricingRatePricingRate.Builder. build()Methods in com.oracle.bmc.self.model that return types with arguments of type PricingRate Modifier and Type Method Description List<PricingRate>PricingPlan. getRates()The pricing details of the subscription plan in various supported currencies.Methods in com.oracle.bmc.self.model with parameters of type PricingRate Modifier and Type Method Description PricingRate.BuilderPricingRate.Builder. copy(PricingRate model)Method parameters in com.oracle.bmc.self.model with type arguments of type PricingRate Modifier and Type Method Description PricingPlan.BuilderPricingPlan.Builder. rates(List<PricingRate> rates)The pricing details of the subscription plan in various supported currencies.Constructor parameters in com.oracle.bmc.self.model with type arguments of type PricingRate Constructor Description PricingPlan(PricingPlan.PlanType planType, String planName, String planDescription, PricingPlan.BillingFrequency billingFrequency, PricingPlan.PlanDuration planDuration, List<PricingRate> rates)Deprecated.
-