facebook4j
Interface BatchResponse

All Known Implementing Classes:
BatchResponseImpl

public interface BatchResponse

Since:
Facebook4J 2.1.0

Method Summary
 facebook4j.internal.org.json.JSONArray asJSONArray()
           
 facebook4j.internal.org.json.JSONObject asJSONObject()
           
 ResponseList<facebook4j.internal.org.json.JSONObject> asResponseList()
           
 String asString()
           
 String getResponseHeader(String name)
           
 Map<String,List<String>> getResponseHeaderFields()
           
 int getStatusCode()
           
 

Method Detail

getStatusCode

int getStatusCode()

getResponseHeader

String getResponseHeader(String name)

getResponseHeaderFields

Map<String,List<String>> getResponseHeaderFields()

asString

String asString()
                throws FacebookException
Throws:
FacebookException

asJSONObject

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

asResponseList

ResponseList<facebook4j.internal.org.json.JSONObject> asResponseList()
                                                                     throws FacebookException
Throws:
FacebookException

asJSONArray

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


Copyright © 2019. All rights reserved.