}
UrlBuilder url = new UrlBuilder(link);
url.addParameter(Constants.PARAM_TYPE_ID, typeId);
url.addParameter(Constants.PARAM_PROPERTY_DEFINITIONS, includePropertyDefinitions);
url.addParameter(Constants.PARAM_MAX_ITEMS, maxItems);
url.addParameter(Constants.PARAM_SKIP_COUNT, skipCount);
// read and parse
HttpUtils.Response resp = read(url);
AtomFeed feed = parse(resp.getStream(), AtomFeed.class);