| Modifier and Type | Method and Description |
|---|---|
Comment |
Insta.addComment(Post post,
String text) |
Comment |
Insta.addComment(String shortcode,
String text) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Comment> |
CommentResponse.getComments()
an array of comment object
|
List<Comment> |
Post.getComments() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentResponse.addComments(Comment comment) |
void |
Post.addComments(Comment comment) |
boolean |
Insta.deleteComment(Comment comment) |
boolean |
Insta.deleteComment(Comment comment,
Post post) |
| Modifier and Type | Method and Description |
|---|---|
void |
Post.addComments(List<Comment> comments) |
Copyright © 2018. All rights reserved.