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