public enum DomainExpirationEventType extends java.lang.Enum<DomainExpirationEventType>
IMPENDING_EXP_DATA - the domain is going to expireEXP_DATA - the domain has expiredDNS_OUTAGE_DATA - the domain has become unguarded and has been excluded from the zoneDEL_DATA - the domain has been deleted after registration expiration| Enum Constant and Description |
|---|
DEL_DATA |
DNS_OUTAGE_DATA |
EXP_DATA |
IMPENDING_EXP_DATA |
| Modifier and Type | Method and Description |
|---|---|
static DomainExpirationEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DomainExpirationEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DomainExpirationEventType IMPENDING_EXP_DATA
public static final DomainExpirationEventType EXP_DATA
public static final DomainExpirationEventType DNS_OUTAGE_DATA
public static final DomainExpirationEventType DEL_DATA
public static DomainExpirationEventType[] values()
for (DomainExpirationEventType c : DomainExpirationEventType.values()) System.out.println(c);
public static DomainExpirationEventType 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.