public static enum List.request_parameters extends java.lang.Enum<List.request_parameters>
| Enum Constant and Description |
|---|
group_by |
order_by |
page |
rows |
where |
| Modifier and Type | Method and Description |
|---|---|
static List.request_parameters |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static List.request_parameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final List.request_parameters where
public static final List.request_parameters order_by
public static final List.request_parameters group_by
public static final List.request_parameters rows
public static final List.request_parameters page
public static List.request_parameters[] values()
for (List.request_parameters c : List.request_parameters.values()) System.out.println(c);
public static List.request_parameters valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null