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