Uses of Class
com.restfb.types.Reactions
Packages that use Reactions
-
Uses of Reactions in com.restfb.types
Methods in com.restfb.types that return ReactionsModifier and TypeMethodDescriptionComment.getReactions()
The reactions for this post.Photo.getReactions()
The reactions for this photo.Post.getReactions()
The reactions for this post.Video.getReactions()
The reactions for this video.Methods in com.restfb.types with parameters of type ReactionsModifier and TypeMethodDescriptionvoid
Comment.setReactions
(Reactions reactions) The reactions for this post.void
Photo.setReactions
(Reactions reactions) The reactions for this photo.void
Post.setReactions
(Reactions reactions) The reactions for this post.void
Video.setReactions
(Reactions reactions) The reactions for this video.