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