Class FollowQuery


  • public final class FollowQuery
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static FollowQuery groups​(java.lang.String... groupIds)
      Follow groups from list.
      static FollowQuery groups​(java.util.List<java.lang.String> groupIds)
      Follow groups from list.
      static FollowQuery labels​(java.lang.String... labels)
      Follow labels from list.
      static FollowQuery labels​(java.util.List<java.lang.String> labels)
      Follow labels from list.
      static FollowQuery tags​(java.lang.String... tags)
      Follow tags from list.
      static FollowQuery tags​(java.util.List<java.lang.String> tags)
      Follow tags from list.
      static FollowQuery topics​(java.lang.String... topicIds)
      Follow topics from list.
      static FollowQuery topics​(java.util.List<java.lang.String> topicIds)
      Follow topics from list.
      static FollowQuery users​(UserIdList userIds)
      Follow users from list.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • topics

        public static FollowQuery topics​(java.lang.String... topicIds)
        Follow topics from list.
        Parameters:
        topicIds - list of topic IDs.
        Returns:
        new query.
      • topics

        public static FollowQuery topics​(java.util.List<java.lang.String> topicIds)
        Follow topics from list.
        Parameters:
        topicIds - list of topic IDs.
        Returns:
        new query.
      • groups

        public static FollowQuery groups​(java.util.List<java.lang.String> groupIds)
        Follow groups from list.
        Parameters:
        groupIds - list of group IDs.
        Returns:
        new query.
      • groups

        public static FollowQuery groups​(java.lang.String... groupIds)
        Follow groups from list.
        Parameters:
        groupIds - list of group IDs.
        Returns:
        new query.
      • labels

        public static FollowQuery labels​(java.util.List<java.lang.String> labels)
        Follow labels from list.
        Parameters:
        labels - list of labels.
        Returns:
        new query.
      • labels

        public static FollowQuery labels​(java.lang.String... labels)
        Follow labels from list.
        Parameters:
        labels - list of labels.
        Returns:
        new query.
      • tags

        public static FollowQuery tags​(java.util.List<java.lang.String> tags)
        Follow tags from list.
        Parameters:
        tags - list of tags.
        Returns:
        new query.
      • tags

        public static FollowQuery tags​(java.lang.String... tags)
        Follow tags from list.
        Parameters:
        tags - list of tags.
        Returns:
        new query.
      • users

        public static FollowQuery users​(UserIdList userIds)
        Follow users from list.
        Parameters:
        userIds - list of user IDs.
        Returns:
        new query.