public static enum CorporationContainersLogsResponse.ActionEnum extends Enum<CorporationContainersLogsResponse.ActionEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationContainersLogsResponse.ActionEnum.Adapter |
| Enum Constant and Description |
|---|
ADD |
ASSEMBLE |
CONFIGURE |
ENTER_PASSWORD |
LOCK |
MOVE |
REPACKAGE |
SET_NAME |
SET_PASSWORD |
UNLOCK |
| Modifier and Type | Method and Description |
|---|---|
static CorporationContainersLogsResponse.ActionEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static CorporationContainersLogsResponse.ActionEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorporationContainersLogsResponse.ActionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CorporationContainersLogsResponse.ActionEnum ADD
public static final CorporationContainersLogsResponse.ActionEnum ASSEMBLE
public static final CorporationContainersLogsResponse.ActionEnum CONFIGURE
public static final CorporationContainersLogsResponse.ActionEnum ENTER_PASSWORD
public static final CorporationContainersLogsResponse.ActionEnum LOCK
public static final CorporationContainersLogsResponse.ActionEnum MOVE
public static final CorporationContainersLogsResponse.ActionEnum REPACKAGE
public static final CorporationContainersLogsResponse.ActionEnum SET_NAME
public static final CorporationContainersLogsResponse.ActionEnum SET_PASSWORD
public static final CorporationContainersLogsResponse.ActionEnum UNLOCK
public static CorporationContainersLogsResponse.ActionEnum[] values()
for (CorporationContainersLogsResponse.ActionEnum c : CorporationContainersLogsResponse.ActionEnum.values()) System.out.println(c);
public static CorporationContainersLogsResponse.ActionEnum 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<CorporationContainersLogsResponse.ActionEnum>public static CorporationContainersLogsResponse.ActionEnum fromValue(String value)
Copyright © 2021. All Rights Reserved.