Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
prepareUrl
Method · 0.95
Calls
1
toQueryString
Method · 0.80
Tested by
no test coverage detected