Remove post reply management from Sone.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Sone.java
index 2cf8bf6..bc90b12 100644 (file)
@@ -350,32 +350,6 @@ public interface Sone extends Identified, Fingerprintable, Comparable<Sone> {
        Set<PostReply> getReplies();
 
        /**
-        * Sets all replies of this Sone at once.
-        *
-        * @param replies
-        *              The new (and only) replies of this Sone
-        * @return This Sone (for method chaining)
-        */
-       Sone setReplies(Collection<PostReply> replies);
-
-       /**
-        * Adds a reply to this Sone. If the given reply was not made by this Sone,
-        * nothing is added to this Sone.
-        *
-        * @param reply
-        *              The reply to add
-        */
-       void addReply(PostReply reply);
-
-       /**
-        * Removes a reply from this Sone.
-        *
-        * @param reply
-        *              The reply to remove
-        */
-       void removeReply(PostReply reply);
-
-       /**
         * Returns the IDs of all liked posts.
         *
         * @return All liked posts’ IDs