OSDN Git Service

投稿者コメントのみダウンロードするかどうかを画面設定から取得し, APIに渡す
[coroid/inqubus.git] / frontend / src / saccubus / worker / profile / CommentProfile.java
index 022bc0b..ea735f8 100644 (file)
@@ -16,6 +16,13 @@ public interface CommentProfile extends Inputable {
 
     /**
      * @return {@link #isDownload()}がtrueの場合に,
+     * 投稿者コメントのみ取得する場合はtrue. 通常コメントも取得する場合はfalse.
+     * {@link #isDownload()}がfalseの場合未定義.
+     */
+    boolean isOwnerCommentOnly();
+
+    /**
+     * @return {@link #isDownload()}がtrueの場合に,
      * 昔の仕様でコメントダウンロードを行う場合はtrue. 現在の仕様で行う場合はfalse.
      * {@link #isDownload()}がfalseの場合未定義.
      */