Package com.github.jreddit.retrieval

Examples of com.github.jreddit.retrieval.Comments.ofUser()


      Comments.printCommentTree(commentsSubmission);
     
     
      // Retrieve comments of a user
      System.out.println("\n============== Basic user comments ==============");
      List<Comment> commentsUser = coms.ofUser("Unidan", UserOverviewSort.NEW, TimeSpan.ALL, -1, 80, null, null, true);
      Comments.printCommentTree(commentsUser); // Note: this tree is already flat, because listing is one level
     
     
      /***************************************************************************************************
       * Second: extended API functionality
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.