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