return response.getBody().getD();
}
public TaskAllocation[] getTaskAllocations(String projectUri,
String resourceUri) throws IOException {
GetResourceTaskAllocationDetailsRequest request = new GetResourceTaskAllocationDetailsRequest();
request.setProjectUri(projectUri);
request.setResourceUri(resourceUri);
HttpHeaders headers = new HttpHeaders();
headers.setContentType(MediaType.APPLICATION_JSON);