public static enum RestResource.Resource extends Enum<RestResource.Resource>
| Enum Constant and Description |
|---|
CHARGEBACKS |
PAYMENT_LINKS |
PAYMENTS |
REFUNDS |
SETTLEMENTS |
VOIDS |
| Modifier and Type | Method and Description |
|---|---|
String |
getUrlName() |
static RestResource.Resource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestResource.Resource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestResource.Resource PAYMENTS
public static final RestResource.Resource REFUNDS
public static final RestResource.Resource SETTLEMENTS
public static final RestResource.Resource VOIDS
public static final RestResource.Resource CHARGEBACKS
public static final RestResource.Resource PAYMENT_LINKS
public static RestResource.Resource[] values()
for (RestResource.Resource c : RestResource.Resource.values()) System.out.println(c);
public static RestResource.Resource 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 getUrlName()
Copyright © 2024. All rights reserved.