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