{
url.append(jobtitle);
}
String json = sendRequest(url.toString(), null);
ResponsePojo internal_responsePojo = ResponsePojo.fromApi(json, ResponsePojo.class, CustomMapReduceResultPojo.class, new CustomMapReduceResultPojoApiMap());
ResponseObject internal_ro = internal_responsePojo.getResponse();
response = shallowCopy(response, internal_ro);
if (response.isSuccess())