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