public enum GetSettingsResponseMonthlyLimit extends java.lang.Enum<GetSettingsResponseMonthlyLimit> implements EnumParam
| Enum Constant and Description |
|---|
TIER_1 |
TIER_2 |
TIER_3 |
TIER_4 |
TIER_5 |
TIER_6 |
UNLIMITED |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static GetSettingsResponseMonthlyLimit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GetSettingsResponseMonthlyLimit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="tier_1") public static final GetSettingsResponseMonthlyLimit TIER_1
@SerializedName(value="tier_2") public static final GetSettingsResponseMonthlyLimit TIER_2
@SerializedName(value="tier_3") public static final GetSettingsResponseMonthlyLimit TIER_3
@SerializedName(value="tier_4") public static final GetSettingsResponseMonthlyLimit TIER_4
@SerializedName(value="tier_5") public static final GetSettingsResponseMonthlyLimit TIER_5
@SerializedName(value="tier_6") public static final GetSettingsResponseMonthlyLimit TIER_6
@SerializedName(value="unlimited") public static final GetSettingsResponseMonthlyLimit UNLIMITED
public static GetSettingsResponseMonthlyLimit[] values()
for (GetSettingsResponseMonthlyLimit c : GetSettingsResponseMonthlyLimit.values()) System.out.println(c);
public static GetSettingsResponseMonthlyLimit 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<GetSettingsResponseMonthlyLimit>