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