Fetches the URI of the worksheets meta-feed (that is, list of worksheets) for this spreadsheet.returnthe worksheets meta-feed URIthrowsGDataException if the unique key is not set if (StringUtils.isEmpty(worksheetsUri)) { throw new GDataException("worksheet URI is not set"); } return worksheetsUri;
if (StringUtils.isEmpty(worksheetsUri)) { throw new GDataException("worksheet URI is not set"); } return worksheetsUri;
Sets the URI of the worksheet meta-feed corresponding to this spreadsheet.paramhref worksheetsUri = href;
worksheetsUri = href;