public static enum UpdateAccountHolderRequest.LegalEntityEnum extends Enum<UpdateAccountHolderRequest.LegalEntityEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateAccountHolderRequest.LegalEntityEnum.Adapter |
| Enum Constant and Description |
|---|
BUSINESS |
INDIVIDUAL |
NONPROFIT |
PUBLICCOMPANY |
| Modifier and Type | Method and Description |
|---|---|
static UpdateAccountHolderRequest.LegalEntityEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static UpdateAccountHolderRequest.LegalEntityEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateAccountHolderRequest.LegalEntityEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateAccountHolderRequest.LegalEntityEnum BUSINESS
public static final UpdateAccountHolderRequest.LegalEntityEnum INDIVIDUAL
public static final UpdateAccountHolderRequest.LegalEntityEnum NONPROFIT
public static final UpdateAccountHolderRequest.LegalEntityEnum PUBLICCOMPANY
public static UpdateAccountHolderRequest.LegalEntityEnum[] values()
for (UpdateAccountHolderRequest.LegalEntityEnum c : UpdateAccountHolderRequest.LegalEntityEnum.values()) System.out.println(c);
public static UpdateAccountHolderRequest.LegalEntityEnum 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<UpdateAccountHolderRequest.LegalEntityEnum>public static UpdateAccountHolderRequest.LegalEntityEnum fromValue(String text)
Copyright © 2022. All rights reserved.