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