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