public final class UsersQuery
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static UsersQuery |
all()
Get all users.
|
static UsersQuery |
find(java.lang.String name)
Create a query to find users, that have query string in their Display Name.
|
static UsersQuery |
followedByUser(UserId userId)
Get users followed by a specific user.
|
java.lang.String |
getSearchTerm() |
public static UsersQuery all()
public static UsersQuery find(java.lang.String name)
name
- part of display name.UsersQuery
.public static UsersQuery followedByUser(UserId userId)
userId
- ID of user.public java.lang.String getSearchTerm()
find(String)
. Empty string if searching for all users.(c) Copyright GetSocial BV, 2020. All Rights Reserved.