Package com.restfb

Class WebRequestor.Response

    • Constructor Detail

      • Response

        public Response​(Integer statusCode,
                        String body)
        Creates a response with the given HTTP status code and response body as text.
        Parameters:
        statusCode - The HTTP status code of the response.
        body - The response body as text.