public final class FollowQuery
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static FollowQuery |
groups(java.util.List<java.lang.String> groupIds)
Follow groups from list.
|
static FollowQuery |
groups(java.lang.String... groupIds)
Follow groups from list.
|
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 groups(java.util.List<java.lang.String> groupIds)
groupIds
- list of group IDs.public static FollowQuery groups(java.lang.String... groupIds)
groupIds
- list of group IDs.public static FollowQuery users(UserIdList userIds)
userIds
- list of user IDs.(c) Copyright GetSocial BV, 2021. All Rights Reserved.