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