Class InstagramCommentsValue

java.lang.Object
com.restfb.types.webhook.ChangeValue
com.restfb.types.webhook.instagram.InstagramCommentsValue

public class InstagramCommentsValue extends ChangeValue
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      The id of the object
    • setId

      public void setId(String id)
      The id of the object
    • getFrom

      public IgFrom getFrom()
      Instagram-scoped ID and username of the Instagram user who created the comment
    • setFrom

      public void setFrom(IgFrom from)
      Instagram-scoped ID and username of the Instagram user who created the comment
    • getMedia

      ID and product type of the IG Media the comment was created on
    • setMedia

      ID and product type of the IG Media the comment was created on
    • getText

      public String getText()
      Comment text
    • setText

      public void setText(String text)
      Comment text
    • getParentId

      public String getParentId()
      ID of parent IG Comment if this comment was created on another IG Comment (i.g. a reply to another comment)
    • setParentId

      public void setParentId(String parentId)
      ID of parent IG Comment if this comment was created on another IG Comment (i.g. a reply to another comment)