public enum AdditionalAccountInformationType extends Enum<AdditionalAccountInformationType>
| Enum Constant and Description |
|---|
ALL_AVAILABLE_ACCOUNTS |
DEDICATED_ACCOUNTS |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static AdditionalAccountInformationType |
findTypeByList(List<?> list) |
static AdditionalAccountInformationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdditionalAccountInformationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdditionalAccountInformationType DEDICATED_ACCOUNTS
public static final AdditionalAccountInformationType ALL_AVAILABLE_ACCOUNTS
public static final AdditionalAccountInformationType NONE
public static AdditionalAccountInformationType[] values()
for (AdditionalAccountInformationType c : AdditionalAccountInformationType.values()) System.out.println(c);
public static AdditionalAccountInformationType 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 AdditionalAccountInformationType findTypeByList(List<?> list)
Copyright © 2020. All rights reserved.