public static enum EventService.EventListRequest.ResourceType extends java.lang.Enum<EventService.EventListRequest.ResourceType>
| Enum Constant and Description |
|---|
MANDATES |
PAYMENTS |
PAYOUTS |
REFUNDS |
SUBSCRIPTIONS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static EventService.EventListRequest.ResourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventService.EventListRequest.ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="payments") public static final EventService.EventListRequest.ResourceType PAYMENTS
@SerializedName(value="mandates") public static final EventService.EventListRequest.ResourceType MANDATES
@SerializedName(value="payouts") public static final EventService.EventListRequest.ResourceType PAYOUTS
@SerializedName(value="refunds") public static final EventService.EventListRequest.ResourceType REFUNDS
@SerializedName(value="subscriptions") public static final EventService.EventListRequest.ResourceType SUBSCRIPTIONS
public static EventService.EventListRequest.ResourceType[] values()
for (EventService.EventListRequest.ResourceType c : EventService.EventListRequest.ResourceType.values()) System.out.println(c);
public static EventService.EventListRequest.ResourceType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<EventService.EventListRequest.ResourceType>