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