MCPcopy Index your code
hub / github.com/amadeus4dev/amadeus-java / next

Method next

src/main/java/com/amadeus/HTTPClient.java:282–284  ·  view source on GitHub ↗

Fetches the next page for a given response. @param response a response object previously received for which includes an array of data @return a new response of data @throws ResponseException if the page could not be found

(Response response)

Source from the content-addressed store, hash-verified

280 * @throws ResponseException if the page could not be found
281 */
282 public Response next(Response response) throws ResponseException {
283 return page(Constants.NEXT, response);
284 }
285
286 /**
287 * Fetches the next page for a given response.

Callers 2

testNextResponseMethod · 0.80
testNextResourceMethod · 0.80

Calls 1

pageMethod · 0.95

Tested by 2

testNextResponseMethod · 0.64
testNextResourceMethod · 0.64