public static enum PayoutScheduleResponse.ScheduleEnum extends Enum<PayoutScheduleResponse.ScheduleEnum>
| Enum Constant and Description |
|---|
DAILY |
DEFAULT |
HOLD |
MONTHLY |
WEEKLY |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PayoutScheduleResponse.ScheduleEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PayoutScheduleResponse.ScheduleEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="DAILY") public static final PayoutScheduleResponse.ScheduleEnum DAILY
@SerializedName(value="DEFAULT") public static final PayoutScheduleResponse.ScheduleEnum DEFAULT
@SerializedName(value="HOLD") public static final PayoutScheduleResponse.ScheduleEnum HOLD
@SerializedName(value="MONTHLY") public static final PayoutScheduleResponse.ScheduleEnum MONTHLY
@SerializedName(value="WEEKLY") public static final PayoutScheduleResponse.ScheduleEnum WEEKLY
public static PayoutScheduleResponse.ScheduleEnum[] values()
for (PayoutScheduleResponse.ScheduleEnum c : PayoutScheduleResponse.ScheduleEnum.values()) System.out.println(c);
public static PayoutScheduleResponse.ScheduleEnum 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<PayoutScheduleResponse.ScheduleEnum>Copyright © 2022. All rights reserved.