Uses of Class
com.restfb.types.threads.TdReply
-
Uses of TdReply in com.restfb.types.threads
Modifier and TypeMethodDescriptionTdReply.getRepliedTo()
Media ID of the immediate parent of the reply.TdReply.getRootPost()
Media ID of the top-level post or original thread in the reply tree.Modifier and TypeMethodDescriptionvoid
TdReply.setRepliedTo
(TdReply repliedTo) Media ID of the immediate parent of the reply.void
TdReply.setRootPost
(TdReply rootPost) Media ID of the top-level post or original thread in the reply tree.Modifier and TypeMethodDescriptionvoid
TdReply.setChildren
(List<TdReply> children) List of child posts.