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