public static enum Pricing.BillingCycle extends Enum<Pricing.BillingCycle> implements BmcEnum
The frequency at which the customer is billed for the Offer
Enum Constant and Description |
---|
OneTime |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static Pricing.BillingCycle |
create(String key) |
String |
getValue() |
static Pricing.BillingCycle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pricing.BillingCycle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Pricing.BillingCycle OneTime
public static final Pricing.BillingCycle UnknownEnumValue
public static Pricing.BillingCycle[] values()
for (Pricing.BillingCycle c : Pricing.BillingCycle.values()) System.out.println(c);
public static Pricing.BillingCycle valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static Pricing.BillingCycle create(String key)
Copyright © 2016–2024. All rights reserved.