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