getBatchResponse() method

Returns the list of responses from batch response.

Syntax

public ArrayList< IResponse > getBatchResponse ()

Parameters

Returns

List of responses.

Example 1

Response res; ArrayList<HttpResponse> res = res.getBatchResponse();