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();