public class TagsQuery
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static TagsQuery |
all()
Get all tags.
|
static TagsQuery |
find(java.lang.String term) |
static TagsQuery |
followedByUser(UserId userId)
Get tags followed by a specific user.
|
java.lang.String |
getSearchTerm() |
PostActivityTarget |
getTarget() |
TagsQuery |
inTarget(PostActivityTarget target) |
TagsQuery |
onlyTrending(boolean trending)
Get trending tags.
|
public static TagsQuery all()
public static TagsQuery find(java.lang.String term)
public static TagsQuery followedByUser(UserId userId)
userId
- ID of user.public TagsQuery onlyTrending(boolean trending)
trending
- Only trending or all tags.public TagsQuery inTarget(PostActivityTarget target)
public PostActivityTarget getTarget()
public java.lang.String getSearchTerm()
(c) Copyright GetSocial BV, 2022. All Rights Reserved.