Package com.twilio.sdk.parser

Examples of com.twilio.sdk.parser.ResponseParser


   *
   * @return a normalized Map of objects. Repeated elements are List values,
   *         sub-objects are Map values. All other types are String values.
   */
  public Map<String, Object> toMap() {
    ResponseParser parser = this.getParser();
    return parser.parse(this);
  }
View Full Code Here

TOP

Related Classes of com.twilio.sdk.parser.ResponseParser

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.