Class InstagramCommentsValue
- java.lang.Object
-
- com.restfb.types.webhook.ChangeValue
-
- com.restfb.types.webhook.instagram.InstagramCommentsValue
-
public class InstagramCommentsValue extends ChangeValue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InstagramCommentsValue.IgCommentMedia
-
Nested classes/interfaces inherited from class com.restfb.types.webhook.ChangeValue
ChangeValue.Verb
-
-
Constructor Summary
Constructors Constructor Description InstagramCommentsValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IgFrom
getFrom()
Instagram-scoped ID and username of the Instagram user who created the commentString
getId()
The id of the objectInstagramCommentsValue.IgCommentMedia
getMedia()
ID and product type of the IG Media the comment was created onString
getParentId()
ID of parent IG Comment if this comment was created on another IG Comment (i.g. a reply to another comment)String
getText()
Comment textvoid
setFrom(IgFrom from)
Instagram-scoped ID and username of the Instagram user who created the commentvoid
setId(String id)
The id of the objectvoid
setMedia(InstagramCommentsValue.IgCommentMedia media)
ID and product type of the IG Media the comment was created onvoid
setParentId(String parentId)
ID of parent IG Comment if this comment was created on another IG Comment (i.g. a reply to another comment)void
setText(String text)
Comment text-
Methods inherited from class com.restfb.types.webhook.ChangeValue
convertChangeValue, equals, hashCode, isWhatsapp, toString
-
-
-
-
Constructor Detail
-
InstagramCommentsValue
public InstagramCommentsValue()
-
-
Method Detail
-
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
public InstagramCommentsValue.IgCommentMedia getMedia()
ID and product type of the IG Media the comment was created on
-
setMedia
public void setMedia(InstagramCommentsValue.IgCommentMedia media)
ID and product type of the IG Media the comment was created on
-
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)
-
-