Uses of Class
com.restfb.types.threads.TdReply
-
Packages that use TdReply Package Description com.restfb.types.threads -
-
Uses of TdReply in com.restfb.types.threads
Methods in com.restfb.types.threads that return TdReply Modifier and Type Method Description TdReply
TdReply. getRepliedTo()
Media ID of the immediate parent of the reply.TdReply
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 TdReply Modifier and Type Method Description List<TdReply>
TdReply. getChildren()
List of child posts.Methods in com.restfb.types.threads with parameters of type TdReply Modifier and Type Method Description void
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 TdReply Modifier and Type Method Description void
TdReply. setChildren(List<TdReply> children)
List of child posts.
-