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