public static enum CorporationRolesHistoryResponse.RoleTypeEnum extends Enum<CorporationRolesHistoryResponse.RoleTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationRolesHistoryResponse.RoleTypeEnum.Adapter |
| Enum Constant and Description |
|---|
GRANTABLE_ROLES |
GRANTABLE_ROLES_AT_BASE |
GRANTABLE_ROLES_AT_HQ |
GRANTABLE_ROLES_AT_OTHER |
ROLES |
ROLES_AT_BASE |
ROLES_AT_HQ |
ROLES_AT_OTHER |
| Modifier and Type | Method and Description |
|---|---|
static CorporationRolesHistoryResponse.RoleTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static CorporationRolesHistoryResponse.RoleTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorporationRolesHistoryResponse.RoleTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CorporationRolesHistoryResponse.RoleTypeEnum GRANTABLE_ROLES
public static final CorporationRolesHistoryResponse.RoleTypeEnum GRANTABLE_ROLES_AT_BASE
public static final CorporationRolesHistoryResponse.RoleTypeEnum GRANTABLE_ROLES_AT_HQ
public static final CorporationRolesHistoryResponse.RoleTypeEnum GRANTABLE_ROLES_AT_OTHER
public static final CorporationRolesHistoryResponse.RoleTypeEnum ROLES
public static final CorporationRolesHistoryResponse.RoleTypeEnum ROLES_AT_BASE
public static final CorporationRolesHistoryResponse.RoleTypeEnum ROLES_AT_HQ
public static final CorporationRolesHistoryResponse.RoleTypeEnum ROLES_AT_OTHER
public static CorporationRolesHistoryResponse.RoleTypeEnum[] values()
for (CorporationRolesHistoryResponse.RoleTypeEnum c : CorporationRolesHistoryResponse.RoleTypeEnum.values()) System.out.println(c);
public static CorporationRolesHistoryResponse.RoleTypeEnum 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<CorporationRolesHistoryResponse.RoleTypeEnum>public static CorporationRolesHistoryResponse.RoleTypeEnum fromValue(String value)
Copyright © 2021. All Rights Reserved.