public static enum PasswordDetails.PasswordType extends Enum<PasswordDetails.PasswordType> implements BmcEnum
The password type.
Enum Constant and Description |
---|
PlainText |
VaultSecret |
Modifier and Type | Method and Description |
---|---|
static PasswordDetails.PasswordType |
create(String key) |
String |
getValue() |
static PasswordDetails.PasswordType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PasswordDetails.PasswordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PasswordDetails.PasswordType PlainText
public static final PasswordDetails.PasswordType VaultSecret
public static PasswordDetails.PasswordType[] values()
for (PasswordDetails.PasswordType c : PasswordDetails.PasswordType.values()) System.out.println(c);
public static PasswordDetails.PasswordType 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 static PasswordDetails.PasswordType create(String key)
Copyright © 2016–2024. All rights reserved.