public static enum AccountChange.Cache.Category extends Enum<AccountChange.Cache.Category>
| Enum Constant and Description |
|---|
CANCELED |
DEPOSIT_WITHDRAWAL |
INVOICE |
MISPAYMENT_REFUND |
ORDER |
ORDER_REFUND |
PAYMENT_REQUEST |
REQUEST |
TRANSACTION |
TRANSFER |
TRANSFER_MONEY |
VAULT_WITHDRAWAL |
| Modifier and Type | Method and Description |
|---|---|
static AccountChange.Cache.Category |
create(String val) |
String |
toString() |
static AccountChange.Cache.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountChange.Cache.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountChange.Cache.Category TRANSFER
public static final AccountChange.Cache.Category TRANSACTION
public static final AccountChange.Cache.Category REQUEST
public static final AccountChange.Cache.Category INVOICE
public static final AccountChange.Cache.Category ORDER
public static final AccountChange.Cache.Category DEPOSIT_WITHDRAWAL
public static final AccountChange.Cache.Category TRANSFER_MONEY
public static final AccountChange.Cache.Category PAYMENT_REQUEST
public static final AccountChange.Cache.Category ORDER_REFUND
public static final AccountChange.Cache.Category CANCELED
public static final AccountChange.Cache.Category MISPAYMENT_REFUND
public static final AccountChange.Cache.Category VAULT_WITHDRAWAL
public static AccountChange.Cache.Category[] values()
for (AccountChange.Cache.Category c : AccountChange.Cache.Category.values()) System.out.println(c);
public static AccountChange.Cache.Category 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 toString()
toString in class Enum<AccountChange.Cache.Category>public static AccountChange.Cache.Category create(String val)
Copyright © 2014. All rights reserved.