public static enum AccountCreateParams.Settings.Payouts.Schedule.WeeklyAnchor extends java.lang.Enum<AccountCreateParams.Settings.Payouts.Schedule.WeeklyAnchor> implements ApiRequestParams.EnumParam
Enum Constant and Description |
---|
FRIDAY |
MONDAY |
SATURDAY |
SUNDAY |
THURSDAY |
TUESDAY |
WEDNESDAY |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static AccountCreateParams.Settings.Payouts.Schedule.WeeklyAnchor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccountCreateParams.Settings.Payouts.Schedule.WeeklyAnchor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="friday") public static final AccountCreateParams.Settings.Payouts.Schedule.WeeklyAnchor FRIDAY
@SerializedName(value="monday") public static final AccountCreateParams.Settings.Payouts.Schedule.WeeklyAnchor MONDAY
@SerializedName(value="saturday") public static final AccountCreateParams.Settings.Payouts.Schedule.WeeklyAnchor SATURDAY
@SerializedName(value="sunday") public static final AccountCreateParams.Settings.Payouts.Schedule.WeeklyAnchor SUNDAY
@SerializedName(value="thursday") public static final AccountCreateParams.Settings.Payouts.Schedule.WeeklyAnchor THURSDAY
@SerializedName(value="tuesday") public static final AccountCreateParams.Settings.Payouts.Schedule.WeeklyAnchor TUESDAY
@SerializedName(value="wednesday") public static final AccountCreateParams.Settings.Payouts.Schedule.WeeklyAnchor WEDNESDAY
public static AccountCreateParams.Settings.Payouts.Schedule.WeeklyAnchor[] values()
for (AccountCreateParams.Settings.Payouts.Schedule.WeeklyAnchor c : AccountCreateParams.Settings.Payouts.Schedule.WeeklyAnchor.values()) System.out.println(c);
public static AccountCreateParams.Settings.Payouts.Schedule.WeeklyAnchor 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 getValue()
getValue
in interface ApiRequestParams.EnumParam