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

Method getQueryParams

src/main/java/com/amadeus/Request.java:163–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161
162 // Gets the serialized params, only if this is a Get call
163 private String getQueryParams() {
164 if (params != null) {
165 return params.toQueryString();
166 } else {
167 return "";
168 }
169 }
170}

Callers 1

prepareUrlMethod · 0.95

Calls 1

toQueryStringMethod · 0.80

Tested by

no test coverage detected