Uses of Class
com.oracle.bmc.self.model.PricingPlan.Builder
-
Packages that use PricingPlan.Builder Package Description com.oracle.bmc.self.model -
-
Uses of PricingPlan.Builder in com.oracle.bmc.self.model
Methods in com.oracle.bmc.self.model that return PricingPlan.Builder Modifier and Type Method Description PricingPlan.BuilderPricingPlan.Builder. billingFrequency(PricingPlan.BillingFrequency billingFrequency)Specifies the interval at which billing occurs for the subscription plan.static PricingPlan.BuilderPricingPlan. builder()Create a new builder.PricingPlan.BuilderPricingPlan.Builder. copy(PricingPlan model)PricingPlan.BuilderPricingPlan.Builder. planDescription(String planDescription)A detailed explanation of the subscription plan.PricingPlan.BuilderPricingPlan.Builder. planDuration(PricingPlan.PlanDuration planDuration)Specifies the interval at which billing occurs for the subscription plan.PricingPlan.BuilderPricingPlan.Builder. planName(String planName)The name of the subscription plan used to identify the plan.PricingPlan.BuilderPricingPlan.Builder. planType(PricingPlan.PlanType planType)The type of the subscription plan.PricingPlan.BuilderPricingPlan.Builder. rates(List<PricingRate> rates)The pricing details of the subscription plan in various supported currencies.PricingPlan.BuilderPricingPlan. toBuilder()
-