timeTagReference)).getList());
return response;
}
public TagSeriesResponse getAllTimeSeries(BaseMandrillRequest tagsRequest) throws RequestFailedException {
TagSeriesResponse response = new TagSeriesResponse();
response.setList(((BaseMandrillAnonymousListResponse<TagWithTime>) request.postRequest(tagsRequest, ServiceMethods.Tags.ALL_TIME_SERIES, TagSeriesResponse.class,
timeTagReference)).getList());
return response;
}