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