Uses of Class
com.restfb.types.Reactions
-
Packages that use Reactions Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Reactions in com.restfb.types
Methods in com.restfb.types that return Reactions Modifier and Type Method Description Reactions
Comment. getReactions()
The reactions for this post.Reactions
Photo. getReactions()
The reactions for this photo.Reactions
Post. getReactions()
The reactions for this post.Reactions
Video. getReactions()
The reactions for this video.Methods in com.restfb.types with parameters of type Reactions Modifier and Type Method Description void
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.
-