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