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 TypeMethodDescriptionvoidComment.setReactions(Reactions reactions) The reactions for this post.voidPhoto.setReactions(Reactions reactions) The reactions for this photo.voidPost.setReactions(Reactions reactions) The reactions for this post.voidVideo.setReactions(Reactions reactions) The reactions for this video.