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