X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdata%2FSone.java;h=bc90b12037c2795928e2e3ac1eca695ef70f71c3;hb=d15563b5b582b71366a52a361537c06cd52ae55b;hp=2cf8bf6a32d5f9addbe7f0c499bac053e9d10ab6;hpb=ae7ed7856de14eb339e77ae86e6d4a8b9284162d;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/data/Sone.java b/src/main/java/net/pterodactylus/sone/data/Sone.java index 2cf8bf6..bc90b12 100644 --- a/src/main/java/net/pterodactylus/sone/data/Sone.java +++ b/src/main/java/net/pterodactylus/sone/data/Sone.java @@ -350,32 +350,6 @@ public interface Sone extends Identified, Fingerprintable, Comparable { Set 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 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