public static enum ListOtaTaskRequest.OrderBy extends Enum<ListOtaTaskRequest.OrderBy>
| Enum Constant and Description |
|---|
create_time |
priority |
task_status |
| Modifier and Type | Method and Description |
|---|---|
static ListOtaTaskRequest.OrderBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListOtaTaskRequest.OrderBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListOtaTaskRequest.OrderBy priority
public static final ListOtaTaskRequest.OrderBy task_status
public static final ListOtaTaskRequest.OrderBy create_time
public static ListOtaTaskRequest.OrderBy[] values()
for (ListOtaTaskRequest.OrderBy c : ListOtaTaskRequest.OrderBy.values()) System.out.println(c);
public static ListOtaTaskRequest.OrderBy 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 nullCopyright © 2023. All rights reserved.