public enum EntityNameURLMapping extends Enum<EntityNameURLMapping>
| Enum Constant and Description |
|---|
ACCOUNTS |
CARDS |
CUSTOMERS |
INVOICES |
ITEMS |
PAYMENT_LINKS |
PAYMENTS |
SETTLEMENTS |
TOKENS |
| Modifier and Type | Method and Description |
|---|---|
static String |
getEntityName(String urlStirng) |
static EntityNameURLMapping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityNameURLMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityNameURLMapping INVOICES
public static final EntityNameURLMapping SETTLEMENTS
public static final EntityNameURLMapping PAYMENTS
public static final EntityNameURLMapping PAYMENT_LINKS
public static final EntityNameURLMapping ITEMS
public static final EntityNameURLMapping CUSTOMERS
public static final EntityNameURLMapping CARDS
public static final EntityNameURLMapping TOKENS
public static final EntityNameURLMapping ACCOUNTS
public static EntityNameURLMapping[] values()
for (EntityNameURLMapping c : EntityNameURLMapping.values()) System.out.println(c);
public static EntityNameURLMapping 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 nullCopyright © 2023. All rights reserved.