public final class FollowersQuery
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static FollowersQuery |
ofGroup(java.lang.String group)
Get followers of group with ID.
|
static FollowersQuery |
ofTopic(java.lang.String topic)
Get followers of topic with ID.
|
static FollowersQuery |
ofUser(UserId userId)
Get followers of user with ID.
|
public static FollowersQuery ofTopic(java.lang.String topic)
topic
- Topic ID.public static FollowersQuery ofUser(UserId userId)
userId
- User ID.public static FollowersQuery ofGroup(java.lang.String group)
group
- Group ID.(c) Copyright GetSocial BV, 2020. All Rights Reserved.