public final class TopicsQuery
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static TopicsQuery |
all()
Get all topics.
|
static TopicsQuery |
find(java.lang.String name)
Find topics by name or description.
|
static TopicsQuery |
followedByUser(UserId userId)
Get topics followed by a specific user.
|
java.lang.String |
getSearchTerm() |
public static TopicsQuery all()
public static TopicsQuery find(java.lang.String name)
name
- topics name/description or part of it.public static TopicsQuery followedByUser(UserId userId)
userId
- ID of user.public java.lang.String getSearchTerm()
find(String)
. Empty string if searching for all topics.(c) Copyright GetSocial BV, 2021. All Rights Reserved.