@Generated public enum RegistryEmailSubscriptionType extends Enum<RegistryEmailSubscriptionType>
| Enum Constant and Description |
|---|
ALL_EVENTS |
DEFAULT |
SUBSCRIBED |
UNSUBSCRIBED |
| Modifier and Type | Method and Description |
|---|---|
static RegistryEmailSubscriptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegistryEmailSubscriptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegistryEmailSubscriptionType ALL_EVENTS
public static final RegistryEmailSubscriptionType DEFAULT
public static final RegistryEmailSubscriptionType SUBSCRIBED
public static final RegistryEmailSubscriptionType UNSUBSCRIBED
public static RegistryEmailSubscriptionType[] values()
for (RegistryEmailSubscriptionType c : RegistryEmailSubscriptionType.values()) System.out.println(c);
public static RegistryEmailSubscriptionType 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 nullCopyright © 2026. All rights reserved.