public final class FollowersQuery
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.(c) Copyright GetSocial BV, 2020. All Rights Reserved.