Class Reactions.ReactionItem

java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Reactions.ReactionItem
All Implemented Interfaces:
Serializable
Enclosing class:
Reactions

public static class Reactions.ReactionItem extends AbstractFacebookType
the reaction type
See Also:
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      the name of the user who sent the reaction
    • setName

      public void setName(String name)
      the name of the user who sent the reaction
    • getId

      public String getId()
      the id of the user who sent the reaction
    • setId

      public void setId(String id)
      the id of the user who sent the reaction
    • getType

      public String getType()
      type of the reaction may be {NONE, LIKE, LOVE, WOW, HAHA, SAD, ANGRY}
      Returns:
      type of the reaction
    • setType

      public void setType(String type)
      type of the reaction may be {NONE, LIKE, LOVE, WOW, HAHA, SAD, ANGRY}