public static enum SubscriptionInformations.Message.Code extends java.lang.Enum<SubscriptionInformations.Message.Code>
| Enum Constant and Description | 
|---|
Expired  | 
InvalidSignature  | 
MaxAccounts  | 
Unknown  | 
| Modifier and Type | Method and Description | 
|---|---|
static SubscriptionInformations.Message.Code | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static SubscriptionInformations.Message.Code[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SubscriptionInformations.Message.Code Unknown
public static final SubscriptionInformations.Message.Code InvalidSignature
public static final SubscriptionInformations.Message.Code MaxAccounts
public static final SubscriptionInformations.Message.Code Expired
public static SubscriptionInformations.Message.Code[] values()
for (SubscriptionInformations.Message.Code c : SubscriptionInformations.Message.Code.values()) System.out.println(c);
public static SubscriptionInformations.Message.Code valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2021. All Rights Reserved.