Uses of Class
com.restfb.types.Post.Action
-
Packages that use Post.Action Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Post.Action in com.restfb.types
Methods in com.restfb.types that return types with arguments of type Post.Action Modifier and Type Method Description List<Post.Action>
Post. getActions()
A list of available action names and links (including commenting, liking, and an optional app-specified action).Methods in com.restfb.types with parameters of type Post.Action Modifier and Type Method Description boolean
Post. addAction(Post.Action action)
boolean
Post. removeAction(Post.Action action)
-