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

Method first

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

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

300 * @throws ResponseException if the page could not be found
301 */
302 public Response first(Response response) throws ResponseException {
303 return page(Constants.FIRST, response);
304 }
305
306 /**
307 * Fetches the first page for a given response.

Callers 2

testFirstResponseMethod · 0.80
testFirstResourceMethod · 0.80

Calls 1

pageMethod · 0.95

Tested by 2

testFirstResponseMethod · 0.64
testFirstResourceMethod · 0.64