public static enum SubscriptionInformations.Message.Kind extends java.lang.Enum<SubscriptionInformations.Message.Kind>
| Modifier and Type | Method and Description | 
|---|---|
static SubscriptionInformations.Message.Kind | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static SubscriptionInformations.Message.Kind[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SubscriptionInformations.Message.Kind Warning
public static final SubscriptionInformations.Message.Kind Error
public static SubscriptionInformations.Message.Kind[] values()
for (SubscriptionInformations.Message.Kind c : SubscriptionInformations.Message.Kind.values()) System.out.println(c);
public static SubscriptionInformations.Message.Kind 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.