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