public enum PollMessageType extends java.lang.Enum<PollMessageType>
| Modifier and Type | Method and Description |
|---|---|
static PollMessageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PollMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PollMessageType EMPTY
public static final PollMessageType LOW_CREDIT
public static final PollMessageType REQUEST_USAGE
public static final PollMessageType DOMAIN_EXPIRATION
public static final PollMessageType ENUM_DOMAIN_VALIDATION
public static final PollMessageType DOMAIN_TRANSFER
public static final PollMessageType CONTACT_TRANSFER
public static final PollMessageType NSSET_TRANSFER
public static final PollMessageType KEYSET_TRANSFER
public static final PollMessageType DOMAIN_UPDATE
public static final PollMessageType CONTACT_UPDATE
public static final PollMessageType NSSET_UPDATE
public static final PollMessageType KEYSET_UPDATE
public static final PollMessageType IDLE_CONTACT_DELETION
public static final PollMessageType IDLE_NSSET_DELETION
public static final PollMessageType IDLE_KEYSET_DELETION
public static final PollMessageType TECHNICAL_CHECK_RESULTS
public static PollMessageType[] values()
for (PollMessageType c : PollMessageType.values()) System.out.println(c);
public static PollMessageType 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 © 2022. All rights reserved.