Uses of Class
com.twilio.sdk.parser.ResponseParser.PagingProperty

Packages that use ResponseParser.PagingProperty
com.twilio.sdk.parser   
 

Uses of ResponseParser.PagingProperty in com.twilio.sdk.parser
 

Methods in com.twilio.sdk.parser that return ResponseParser.PagingProperty
static ResponseParser.PagingProperty ResponseParser.PagingProperty.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResponseParser.PagingProperty[] ResponseParser.PagingProperty.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.twilio.sdk.parser with parameters of type ResponseParser.PagingProperty
 String XmlResponseParser.getPagingPropertyKey(ResponseParser.PagingProperty prop)
           
 String ResponseParser.getPagingPropertyKey(ResponseParser.PagingProperty prop)
          Gets the paging property key.
 String JsonResponseParser.getPagingPropertyKey(ResponseParser.PagingProperty prop)
           
 



Copyright © 2011 Twilio, Inc. All Rights Reserved.