Uses of Class
com.oracle.bmc.self.model.PricingPlan.PlanDuration
-
Packages that use PricingPlan.PlanDuration Package Description com.oracle.bmc.self.model -
-
Uses of PricingPlan.PlanDuration in com.oracle.bmc.self.model
Methods in com.oracle.bmc.self.model that return PricingPlan.PlanDuration Modifier and Type Method Description static PricingPlan.PlanDurationPricingPlan.PlanDuration. create(String key)PricingPlan.PlanDurationPricingPlan. getPlanDuration()Specifies the interval at which billing occurs for the subscription plan.static PricingPlan.PlanDurationPricingPlan.PlanDuration. valueOf(String name)Returns the enum constant of this type with the specified name.static PricingPlan.PlanDuration[]PricingPlan.PlanDuration. 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.PlanDuration Modifier and Type Method Description PricingPlan.BuilderPricingPlan.Builder. planDuration(PricingPlan.PlanDuration planDuration)Specifies the interval at which billing occurs for the subscription plan.Constructors in com.oracle.bmc.self.model with parameters of type PricingPlan.PlanDuration Constructor Description PricingPlan(PricingPlan.PlanType planType, String planName, String planDescription, PricingPlan.BillingFrequency billingFrequency, PricingPlan.PlanDuration planDuration, List<PricingRate> rates)Deprecated.
-