public static enum SubscriptionSummary.PlanType extends Enum<SubscriptionSummary.PlanType> implements BmcEnum
Subscription plan type.
Enum Constant and Description |
---|
FreeTier |
Payg |
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 SubscriptionSummary.PlanType |
create(String key) |
String |
getValue() |
static SubscriptionSummary.PlanType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionSummary.PlanType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubscriptionSummary.PlanType FreeTier
public static final SubscriptionSummary.PlanType Payg
public static final SubscriptionSummary.PlanType UnknownEnumValue
public static SubscriptionSummary.PlanType[] values()
for (SubscriptionSummary.PlanType c : SubscriptionSummary.PlanType.values()) System.out.println(c);
public static SubscriptionSummary.PlanType 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 SubscriptionSummary.PlanType create(String key)
Copyright © 2016–2024. All rights reserved.