Uses of Class
com.oracle.bmc.marketplacepublisher.model.Pricing.BillingCycle
-
Packages that use Pricing.BillingCycle Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of Pricing.BillingCycle in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return Pricing.BillingCycle Modifier and Type Method Description static Pricing.BillingCycle
Pricing.BillingCycle. create(String key)
Pricing.BillingCycle
Pricing. getBillingCycle()
The frequency at which the customer is billed for the Offerstatic Pricing.BillingCycle
Pricing.BillingCycle. valueOf(String name)
Returns the enum constant of this type with the specified name.static Pricing.BillingCycle[]
Pricing.BillingCycle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type Pricing.BillingCycle Modifier and Type Method Description Pricing.Builder
Pricing.Builder. billingCycle(Pricing.BillingCycle billingCycle)
The frequency at which the customer is billed for the OfferConstructors in com.oracle.bmc.marketplacepublisher.model with parameters of type Pricing.BillingCycle Constructor Description Pricing(String currencyType, Long totalAmount, Pricing.BillingCycle billingCycle)
Deprecated.
-