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