Class LabelsQuery


  • public class LabelsQuery
    extends java.lang.Object
    • Method Detail

      • all

        public static LabelsQuery all()
        Get all labels.
        Returns:
        new instance.
      • find

        public static LabelsQuery find​(java.lang.String term)
      • followedByUser

        public static LabelsQuery followedByUser​(UserId userId)
        Get topics followed by a specific user.
        Parameters:
        userId - ID of user.
        Returns:
        new instance.
      • onlyTrending

        public LabelsQuery onlyTrending​(boolean trending)
        Get trending tags.
        Parameters:
        trending - Only trending or all tags.
        Returns:
        new query.
      • getSearchTerm

        public java.lang.String getSearchTerm()