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