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