Class InstagramCommentsValue
java.lang.Object
com.restfb.types.webhook.ChangeValue
com.restfb.types.webhook.instagram.InstagramCommentsValue
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.restfb.types.webhook.ChangeValue
ChangeValue.Verb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFrom()
Instagram-scoped ID and username of the Instagram user who created the commentgetId()
The id of the objectgetMedia()
ID and product type of the IG Media the comment was created onID of parent IG Comment if this comment was created on another IG Comment (i.g. a reply to another comment)getText()
Comment textvoid
Instagram-scoped ID and username of the Instagram user who created the commentvoid
The id of the objectvoid
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
Comment textMethods inherited from class com.restfb.types.webhook.ChangeValue
convertChangeValue, equals, hashCode, isWhatsapp, toString
-
Constructor Details
-
InstagramCommentsValue
public InstagramCommentsValue()
-
-
Method Details
-
getId
The id of the object -
setId
The id of the object -
getFrom
Instagram-scoped ID and username of the Instagram user who created the comment -
setFrom
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
Comment text -
setText
Comment text -
getParentId
ID of parent IG Comment if this comment was created on another IG Comment (i.g. a reply to another comment) -
setParentId
ID of parent IG Comment if this comment was created on another IG Comment (i.g. a reply to another comment)
-