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