public static enum BudgetAlertRuleForCreateBudgetInput.BudgetAlertItemEnum extends Enum<BudgetAlertRuleForCreateBudgetInput.BudgetAlertItemEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
BudgetAlertRuleForCreateBudgetInput.BudgetAlertItemEnum.Adapter |
| Enum Constant and Description |
|---|
ACTUAL_AMOUNT |
| Modifier and Type | Method and Description |
|---|---|
static BudgetAlertRuleForCreateBudgetInput.BudgetAlertItemEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static BudgetAlertRuleForCreateBudgetInput.BudgetAlertItemEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BudgetAlertRuleForCreateBudgetInput.BudgetAlertItemEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="actual_amount") public static final BudgetAlertRuleForCreateBudgetInput.BudgetAlertItemEnum ACTUAL_AMOUNT
public static BudgetAlertRuleForCreateBudgetInput.BudgetAlertItemEnum[] values()
for (BudgetAlertRuleForCreateBudgetInput.BudgetAlertItemEnum c : BudgetAlertRuleForCreateBudgetInput.BudgetAlertItemEnum.values()) System.out.println(c);
public static BudgetAlertRuleForCreateBudgetInput.BudgetAlertItemEnum 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 getValue()
public String toString()
toString in class Enum<BudgetAlertRuleForCreateBudgetInput.BudgetAlertItemEnum>public static BudgetAlertRuleForCreateBudgetInput.BudgetAlertItemEnum fromValue(String input)
Copyright © 2026. All rights reserved.