You are viewing a single comment's thread from:
RE: SteemJ Dev Diary #9 (14.01.2018)
Are you referring to getting the body of a post/comment/discussion?
steemJ.getContent
List<Discussion> discussions = steemJ.getContentReplies(account, entry.getComment().getPermlink());
playersScan: for (Discussion discussion : discussions) {
String body = discussion.getBody();