Uses of Class
com.oracle.bmc.self.model.PricingPlan
-
Packages that use PricingPlan Package Description com.oracle.bmc.self.model -
-
Uses of PricingPlan in com.oracle.bmc.self.model
Methods in com.oracle.bmc.self.model that return PricingPlan Modifier and Type Method Description PricingPlanPricingPlan.Builder. build()PricingPlanPartnerSubscription. getPricingPlan()PricingPlanSubscriptionDetails. getPricingPlan()Methods in com.oracle.bmc.self.model with parameters of type PricingPlan Modifier and Type Method Description PricingPlan.BuilderPricingPlan.Builder. copy(PricingPlan model)PartnerSubscription.BuilderPartnerSubscription.Builder. pricingPlan(PricingPlan pricingPlan)SubscriptionDetails.BuilderSubscriptionDetails.Builder. pricingPlan(PricingPlan pricingPlan)Constructors in com.oracle.bmc.self.model with parameters of type PricingPlan Constructor Description PartnerSubscription(String subscriptionId, String displayName, PricingPlan pricingPlan, SourceType sourceType, String productId, Boolean isAutoRenew, List<ExtendedMetadata> additionalDetails, LifecycleStateEnum lifecycleState, LifecycleDetailsEnum lifecycleDetails, Date timeStarted, Date timeEnded, Date timeCreated, Date timeUpdated)Deprecated.SubscriptionDetails(PricingPlan pricingPlan, String partnerRegistrationUrl, String currency, Float amount, BillingDetails billingDetails, Boolean isAutoRenew)Deprecated.
-