Uses of Class
com.restfb.types.threads.TdReply
Packages that use TdReply
-
Uses of TdReply in com.restfb.types.threads
Methods in com.restfb.types.threads that return TdReplyModifier 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.Methods in com.restfb.types.threads that return types with arguments of type TdReplyMethods in com.restfb.types.threads with parameters of type TdReplyModifier 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.Method parameters in com.restfb.types.threads with type arguments of type TdReplyModifier and TypeMethodDescriptionvoid
TdReply.setChildren
(List<TdReply> children) List of child posts.