Uses of Class
com.restfb.types.Post
-
Packages that use Post Package Description com.restfb.types Default implementations of Facebook Graph API Objects.com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of Post in com.restfb.types
Methods in com.restfb.types that return types with arguments of type Post Modifier and Type Method Description List<Post>
Post. getChildAttachments()
Sub-shares of a multi-link share postMethods in com.restfb.types with parameters of type Post Modifier and Type Method Description void
Post. addChildAttachment(Post childAttachment)
void
Post. removeChildAttachment(Post childAttachment)
-
Uses of Post in com.restfb.types.ads
Methods in com.restfb.types.ads that return Post Modifier and Type Method Description Post
Lead. getPost()
Methods in com.restfb.types.ads with parameters of type Post Modifier and Type Method Description void
Lead. setPost(Post post)
-