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