| Modifier and Type | Method and Description |
|---|---|
Post |
Insta.getPost(String shortcode) |
Post[] |
Post.getSidecars()
get sidecars for post with multi video or image
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Post> |
ExploreResponse.getPosts()
an array of post object
|
ArrayList<Post> |
PostResponse.getPosts()
an array of post object
|
ArrayList<Post> |
HashTagResponse.getRecentPosts() |
ArrayList<Post> |
HashTagResponse.getTopPosts() |
| Modifier and Type | Method and Description |
|---|---|
Comment |
Insta.addComment(Post post,
String text) |
void |
ExploreResponse.addPost(Post post) |
void |
PostResponse.addPost(Post post) |
void |
HashTagResponse.addRecentPost(Post recentPost) |
void |
HashTagResponse.addTopPost(Post topPost) |
boolean |
Insta.deleteComment(Comment comment,
Post post) |
boolean |
Insta.like(Post post) |
void |
Post.setSidecars(Post[] sidecars) |
boolean |
Insta.unlike(Post post) |
Copyright © 2018. All rights reserved.