Package com.restfb.types
Class Reactions.ReactionItem
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Reactions.ReactionItem
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Reactions
the reaction type
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()the id of the user who sent the reactiongetName()the name of the user who sent the reactiongetType()type of the reaction may be {NONE, LIKE, LOVE, WOW, HAHA, SAD, ANGRY}voidthe id of the user who sent the reactionvoidthe name of the user who sent the reactionvoidtype of the reaction may be {NONE, LIKE, LOVE, WOW, HAHA, SAD, ANGRY}Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
ReactionItem
public ReactionItem()
-
-
Method Details
-
getName
the name of the user who sent the reaction -
setName
the name of the user who sent the reaction -
getId
the id of the user who sent the reaction -
setId
the id of the user who sent the reaction -
getType
type of the reaction may be {NONE, LIKE, LOVE, WOW, HAHA, SAD, ANGRY}- Returns:
- type of the reaction
-
setType
type of the reaction may be {NONE, LIKE, LOVE, WOW, HAHA, SAD, ANGRY}
-