public static enum ResponseParser.PagingProperty extends Enum<ResponseParser.PagingProperty>
| Enum Constant and Description |
|---|
END_KEY
The EN d_ key.
|
NEXT_PAGE_URI_KEY
The NEX t_ pag e_ ur i_ key.
|
PAGE_KEY
The PAG e_ key.
|
START_KEY
The STAR t_ key.
|
| Modifier and Type | Method and Description |
|---|---|
static ResponseParser.PagingProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseParser.PagingProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResponseParser.PagingProperty NEXT_PAGE_URI_KEY
public static final ResponseParser.PagingProperty START_KEY
public static final ResponseParser.PagingProperty END_KEY
public static final ResponseParser.PagingProperty PAGE_KEY
public static ResponseParser.PagingProperty[] values()
for (ResponseParser.PagingProperty c : ResponseParser.PagingProperty.values()) System.out.println(c);
public static ResponseParser.PagingProperty 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 © 2011 Twilio, Inc. All Rights Reserved.