|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ResponseParser.PagingProperty>
com.twilio.sdk.parser.ResponseParser.PagingProperty
public static enum ResponseParser.PagingProperty
The Enum PagingProperty.
| Enum Constant Summary | |
|---|---|
END_KEY
The EN d_ key. |
|
NEXT_PAGE_URI_KEY
The NEX t_ pag e_ ur i_ key. |
|
NUM_PAGES_KEY
The NU m_ page s_ key. |
|
PAGE_KEY
The PAG e_ key. |
|
START_KEY
The STAR t_ key. |
|
TOTAL_KEY
The TOTA l_ key. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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 final ResponseParser.PagingProperty NUM_PAGES_KEY
public static final ResponseParser.PagingProperty TOTAL_KEY
| Method Detail |
|---|
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 name
NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||