X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdata%2FPostReply.java;h=8dc6f93e5dd751b18849faf45ef1ac9f289b0196;hp=4452e2eff1f638b6711d71b44d1df16668b36fe2;hb=cf16e1fef9f9db74f50fb1d12dbc48a552ec2a1a;hpb=7bf3f34153d68c6c74245e24d0957aa11e93b056 diff --git a/src/main/java/net/pterodactylus/sone/data/PostReply.java b/src/main/java/net/pterodactylus/sone/data/PostReply.java index 4452e2e..8dc6f93 100644 --- a/src/main/java/net/pterodactylus/sone/data/PostReply.java +++ b/src/main/java/net/pterodactylus/sone/data/PostReply.java @@ -26,6 +26,13 @@ package net.pterodactylus.sone.data; public interface PostReply extends Reply { /** + * Returns the ID of the post this reply refers to. + * + * @return The ID of the post this reply refers to + */ + public String getPostId(); + + /** * Returns the post this reply refers to. * * @return The post this reply refers to