Uses of Class
com.restfb.types.instagram.IgComment
-
Packages that use IgComment Package Description com.restfb.types.instagram Contains all types that are necessary to interact with the Instagram Graph API. -
-
Uses of IgComment in com.restfb.types.instagram
Methods in com.restfb.types.instagram that return types with arguments of type IgComment Modifier and Type Method Description List<IgComment>
IgMedia. getComments()
returns the comments of this mediaList<IgComment>
IgComment. getReplies()
Get a list of IG Comments on the IG Comment; Create an IG Comment on an IG Comment.Methods in com.restfb.types.instagram with parameters of type IgComment Modifier and Type Method Description boolean
IgMedia. addComment(IgComment comment)
boolean
IgComment. addReply(IgComment reply)
boolean
IgMedia. removeComment(IgComment comment)
boolean
IgComment. removeReply(IgComment reply)
-