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