public enum GetHubsV2025R0QueryParamsDirectionField extends Enum<GetHubsV2025R0QueryParamsDirectionField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
GetHubsV2025R0QueryParamsDirectionField.GetHubsV2025R0QueryParamsDirectionFieldDeserializer |
static class |
GetHubsV2025R0QueryParamsDirectionField.GetHubsV2025R0QueryParamsDirectionFieldSerializer |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static GetHubsV2025R0QueryParamsDirectionField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetHubsV2025R0QueryParamsDirectionField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetHubsV2025R0QueryParamsDirectionField ASC
public static final GetHubsV2025R0QueryParamsDirectionField DESC
public static GetHubsV2025R0QueryParamsDirectionField[] values()
for (GetHubsV2025R0QueryParamsDirectionField c : GetHubsV2025R0QueryParamsDirectionField.values()) System.out.println(c);
public static GetHubsV2025R0QueryParamsDirectionField 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 null