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 |
labels(java.util.List<java.lang.String> labels)
Follow labels from list.
|
static FollowQuery |
labels(java.lang.String... labels)
Follow labels from list.
|
static FollowQuery |
tags(java.util.List<java.lang.String> tags)
Follow tags from list.
|
static FollowQuery |
tags(java.lang.String... tags)
Follow tags 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 labels(java.util.List<java.lang.String> labels)
labels
- list of labels.public static FollowQuery labels(java.lang.String... labels)
labels
- list of labels.public static FollowQuery tags(java.util.List<java.lang.String> tags)
tags
- list of tags.public static FollowQuery tags(java.lang.String... tags)
tags
- list of tags.public static FollowQuery users(UserIdList userIds)
userIds
- list of user IDs.(c) Copyright GetSocial BV, 2022. All Rights Reserved.