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

Method previous

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

Fetches the previous 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

260 * @throws ResponseException if the page could not be found
261 */
262 public Response previous(Response response) throws ResponseException {
263 return page(Constants.PREVIOUS, response);
264 }
265
266 /**
267 * Fetches the previous page for a given response.

Callers 2

testPreviousResponseMethod · 0.80
testPreviousResourceMethod · 0.80

Calls 1

pageMethod · 0.95

Tested by 2

testPreviousResponseMethod · 0.64
testPreviousResourceMethod · 0.64