ResponseValue |
Client.delete(Path path) |
ResponseValue |
Client.delete(Path path,
HeaderParam headerParam) |
ResponseValue |
Client.delete(Path path,
QueryParam queryParam) |
ResponseValue |
Client.delete(Path path,
QueryParam queryParam,
HeaderParam headerParam) |
ResponseValue |
Client.get(Path path) |
ResponseValue |
Client.get(Path path,
HeaderParam headerParam) |
ResponseValue |
Client.get(Path path,
QueryParam queryParam) |
ResponseValue |
Client.get(Path path,
QueryParam queryParam,
HeaderParam headerParam) |
ResponseValue |
Client.post(Path path) |
ResponseValue |
Client.post(Path path,
FormParam formParam) |
ResponseValue |
Client.post(Path path,
FormParam formParam,
HeaderParam headerParam) |
ResponseValue |
Client.post(Path path,
HeaderParam headerParam) |
ResponseValue |
Client.post(Path path,
QueryParam queryParam) |
ResponseValue |
Client.post(Path path,
QueryParam queryParam,
FormParam formParam) |
ResponseValue |
Client.post(Path path,
QueryParam queryParam,
FormParam formParam,
HeaderParam headerParam) |
ResponseValue |
Client.post(Path path,
QueryParam queryParam,
HeaderParam headerParam) |
ResponseValue |
Client.postJson(Path path,
QueryParam queryParam,
String jsonParam) |
ResponseValue |
Client.postJson(Path path,
QueryParam queryParam,
String jsonParam,
HeaderParam headerParam) |
ResponseValue |
Client.postJson(Path path,
String jsonParam) |
ResponseValue |
Client.postJson(Path path,
String jsonParam,
HeaderParam headerParam) |
ResponseValue |
Client.postXml(Path path,
QueryParam queryParam,
String xmlParam) |
ResponseValue |
Client.postXml(Path path,
QueryParam queryParam,
String xmlParam,
HeaderParam headerParam) |
ResponseValue |
Client.postXml(Path path,
String xmlParam) |
ResponseValue |
Client.postXml(Path path,
String xmlParam,
HeaderParam headerParam) |
ResponseValue |
Client.put(Path path) |
ResponseValue |
Client.put(Path path,
FormParam formParam) |
ResponseValue |
Client.put(Path path,
FormParam formParam,
HeaderParam headerParam) |
ResponseValue |
Client.put(Path path,
HeaderParam headerParam) |
ResponseValue |
Client.put(Path path,
QueryParam queryParam) |
ResponseValue |
Client.put(Path path,
QueryParam queryParam,
FormParam formParam) |
ResponseValue |
Client.put(Path path,
QueryParam queryParam,
FormParam formParam,
HeaderParam headerParam) |
ResponseValue |
Client.put(Path path,
QueryParam queryParam,
HeaderParam headerParam) |
ResponseValue |
Client.putJson(Path path,
QueryParam queryParam,
String jsonParam) |
ResponseValue |
Client.putJson(Path path,
QueryParam queryParam,
String jsonParam,
HeaderParam headerParam) |
ResponseValue |
Client.putJson(Path path,
String jsonParam) |
ResponseValue |
Client.putJson(Path path,
String jsonParam,
HeaderParam headerParam) |
ResponseValue |
Client.putXml(Path path,
QueryParam queryParam,
String xmlParam) |
ResponseValue |
Client.putXml(Path path,
QueryParam queryParam,
String xmlParam,
HeaderParam headerParam) |
ResponseValue |
Client.putXml(Path path,
String xmlParam) |
ResponseValue |
Client.putXml(Path path,
String xmlParam,
HeaderParam headerParam) |