facebook4j
Interface RawAPIResponse


public interface RawAPIResponse

Since:
Facebook4J 2.1.0

Method Summary
 boolean asBoolean()
           
 facebook4j.internal.org.json.JSONArray asJSONArray()
           
 facebook4j.internal.org.json.JSONObject asJSONObject()
           
 String asString()
           
 boolean isBoolean()
           
 boolean isJSONArray()
           
 boolean isJSONObject()
           
 

Method Detail

isJSONObject

boolean isJSONObject()

isJSONArray

boolean isJSONArray()

isBoolean

boolean isBoolean()

asJSONObject

facebook4j.internal.org.json.JSONObject asJSONObject()
                                                     throws FacebookException
Throws:
FacebookException

asJSONArray

facebook4j.internal.org.json.JSONArray asJSONArray()
                                                   throws FacebookException
Throws:
FacebookException

asBoolean

boolean asBoolean()
                  throws FacebookException
Throws:
FacebookException

asString

String asString()


Copyright © 2019. All rights reserved.