public static enum ListOtaPackageRequest.OrderBy extends Enum<ListOtaPackageRequest.OrderBy>
| Enum Constant and Description |
|---|
desVersion |
id |
showName |
| Modifier and Type | Method and Description |
|---|---|
static ListOtaPackageRequest.OrderBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListOtaPackageRequest.OrderBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListOtaPackageRequest.OrderBy showName
public static final ListOtaPackageRequest.OrderBy desVersion
public static final ListOtaPackageRequest.OrderBy id
public static ListOtaPackageRequest.OrderBy[] values()
for (ListOtaPackageRequest.OrderBy c : ListOtaPackageRequest.OrderBy.values()) System.out.println(c);
public static ListOtaPackageRequest.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.