public static enum DomainDto.DomainTypeEnum extends Enum<DomainDto.DomainTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
DomainDto.DomainTypeEnum.Adapter |
| Enum Constant and Description |
|---|
HTTP_INBOX |
SMTP_DOMAIN |
| Modifier and Type | Method and Description |
|---|---|
static DomainDto.DomainTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static DomainDto.DomainTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomainDto.DomainTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DomainDto.DomainTypeEnum HTTP_INBOX
public static final DomainDto.DomainTypeEnum SMTP_DOMAIN
public static DomainDto.DomainTypeEnum[] values()
for (DomainDto.DomainTypeEnum c : DomainDto.DomainTypeEnum.values()) System.out.println(c);
public static DomainDto.DomainTypeEnum 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 nullpublic String getValue()
public String toString()
toString in class Enum<DomainDto.DomainTypeEnum>public static DomainDto.DomainTypeEnum fromValue(String value)
Copyright © 2023. All rights reserved.