Uses of Class
com.restfb.types.Reactions.ReactionItem
-
Packages that use Reactions.ReactionItem Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Reactions.ReactionItem in com.restfb.types
Methods in com.restfb.types that return types with arguments of type Reactions.ReactionItem Modifier and Type Method Description List<Reactions.ReactionItem>
Reactions. getData()
The reaction list.Methods in com.restfb.types with parameters of type Reactions.ReactionItem Modifier and Type Method Description boolean
Reactions. addData(Reactions.ReactionItem reaction)
boolean
Reactions. removeData(Reactions.ReactionItem reaction)
-