com.shephertz.app42.paas.sdk.java.social
Class SocialResponseBuilder

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.java.App42ResponseBuilder
      extended by com.shephertz.app42.paas.sdk.java.social.SocialResponseBuilder

public class SocialResponseBuilder
extends App42ResponseBuilder

SocialResponseBuilder class converts the JSON response retrieved from the server to the value object i.e Social


Constructor Summary
SocialResponseBuilder()
           
 
Method Summary
 Social buildResponse(java.lang.String json)
          Converts the response in JSON format to the value object i.e Social
 
Methods inherited from class com.shephertz.app42.paas.sdk.java.App42ResponseBuilder
buildObjectFromJSONTree, getNames, getServiceJSONObject, getTotalRecords, isResponseSuccess
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialResponseBuilder

public SocialResponseBuilder()
Method Detail

buildResponse

public Social buildResponse(java.lang.String json)
                     throws java.lang.Exception
Converts the response in JSON format to the value object i.e Social

Parameters:
json - - response in JSON format
Returns:
Social object filled with json data
Throws:
java.lang.Exception