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