144145146147148149150
* New tag api query. * * @return the tag api query */ public TagApiQuery newTagApiQuery() { return new TagApiQueryImpl(applicationKey); }