List<TagCount> |
TagAPI.getTagsOnApp(int appId) |
Returns the tags on the given app.
|
List<TagCount> |
TagAPI.getTagsOnApp(int appId,
int limit,
String text) |
Returns the tags on the given app.
|
List<TagCount> |
TagAPI.getTagsOnApp(int appId,
Map<String,String> options) |
Returns the tags on the given app.
|
List<TagCount> |
TagAPI.getTagsOnOrg(int orgId) |
Returns the tags on the given org.
|
List<TagCount> |
TagAPI.getTagsOnOrg(int orgId,
int limit,
String text) |
Returns the tags on the given org.
|
List<TagCount> |
TagAPI.getTagsOnOrg(int orgId,
Map<String,String> options) |
Returns the tags on the given org.
|
List<TagCount> |
TagAPI.getTagsOnSpace(int spaceId) |
Returns the tags on the given space.
|
List<TagCount> |
TagAPI.getTagsOnSpace(int spaceId,
int limit,
String text) |
Returns the tags on the given space.
|
List<TagCount> |
TagAPI.getTagsOnSpace(int spaceId,
Map<String,String> options) |
Returns the tags on the given space.
|