public static enum SyncListItem.QueryResultOrder extends Enum<SyncListItem.QueryResultOrder>
| Modifier and Type | Method and Description |
|---|---|
static SyncListItem.QueryResultOrder |
forValue(String value)
Generate a QueryResultOrder from a string.
|
String |
toString() |
static SyncListItem.QueryResultOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncListItem.QueryResultOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyncListItem.QueryResultOrder ASC
public static final SyncListItem.QueryResultOrder DESC
public static SyncListItem.QueryResultOrder[] values()
for (SyncListItem.QueryResultOrder c : SyncListItem.QueryResultOrder.values()) System.out.println(c);
public static SyncListItem.QueryResultOrder 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 toString()
toString in class Enum<SyncListItem.QueryResultOrder>public static SyncListItem.QueryResultOrder forValue(String value)
value - string valueCopyright © 2016 Twilio, Inc. All Rights Reserved.