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