Interface CommentLoader


  • public interface CommentLoader
    Author:
    Pavel.Sher
    • Method Detail

      • getCommentId

        long getCommentId()
      • loadComment

        @NotNull
        Comment loadComment()
      • getUserId

        @Nullable
        Long getUserId()
        Returns null if comment was not made by a user
        Returns:
        see above