public final class FollowQuery
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static FollowQuery |
topics(java.util.List<java.lang.String> topicIds)
Follow topics from list.
|
static FollowQuery |
topics(java.lang.String... topicIds)
Follow topics from list.
|
static FollowQuery |
users(UserIdList userIds)
Follow users from list.
|
public static FollowQuery topics(java.lang.String... topicIds)
topicIds
- list of topic IDs.public static FollowQuery topics(java.util.List<java.lang.String> topicIds)
topicIds
- list of topic IDs.public static FollowQuery users(UserIdList userIds)
userIds
- list of user IDs.(c) Copyright GetSocial BV, 2020. All Rights Reserved.