public static enum AccountCreateParams.Settings.Payouts.Schedule.Interval extends java.lang.Enum<AccountCreateParams.Settings.Payouts.Schedule.Interval> implements ApiRequestParams.EnumParam
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static AccountCreateParams.Settings.Payouts.Schedule.Interval |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AccountCreateParams.Settings.Payouts.Schedule.Interval[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="daily") public static final AccountCreateParams.Settings.Payouts.Schedule.Interval DAILY
@SerializedName(value="manual") public static final AccountCreateParams.Settings.Payouts.Schedule.Interval MANUAL
@SerializedName(value="monthly") public static final AccountCreateParams.Settings.Payouts.Schedule.Interval MONTHLY
@SerializedName(value="weekly") public static final AccountCreateParams.Settings.Payouts.Schedule.Interval WEEKLY
public static AccountCreateParams.Settings.Payouts.Schedule.Interval[] values()
for (AccountCreateParams.Settings.Payouts.Schedule.Interval c : AccountCreateParams.Settings.Payouts.Schedule.Interval.values()) System.out.println(c);
public static AccountCreateParams.Settings.Payouts.Schedule.Interval 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