Uses of Class
com.oracle.bmc.self.model.PricingPlan.BillingFrequency
-
Packages that use PricingPlan.BillingFrequency Package Description com.oracle.bmc.self.model -
-
Uses of PricingPlan.BillingFrequency in com.oracle.bmc.self.model
Methods in com.oracle.bmc.self.model that return PricingPlan.BillingFrequency Modifier and Type Method Description static PricingPlan.BillingFrequencyPricingPlan.BillingFrequency. create(String key)PricingPlan.BillingFrequencyPricingPlan. getBillingFrequency()Specifies the interval at which billing occurs for the subscription plan.static PricingPlan.BillingFrequencyPricingPlan.BillingFrequency. valueOf(String name)Returns the enum constant of this type with the specified name.static PricingPlan.BillingFrequency[]PricingPlan.BillingFrequency. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.self.model with parameters of type PricingPlan.BillingFrequency Modifier and Type Method Description PricingPlan.BuilderPricingPlan.Builder. billingFrequency(PricingPlan.BillingFrequency billingFrequency)Specifies the interval at which billing occurs for the subscription plan.Constructors in com.oracle.bmc.self.model with parameters of type PricingPlan.BillingFrequency Constructor Description PricingPlan(PricingPlan.PlanType planType, String planName, String planDescription, PricingPlan.BillingFrequency billingFrequency, PricingPlan.PlanDuration planDuration, List<PricingRate> rates)Deprecated.
-