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