Package | Description |
---|---|
com.sola.instagram | |
com.sola.instagram.auth | |
com.sola.instagram.model |
Modifier and Type | Method and Description |
---|---|
User |
InstagramSession.getUserById(int userId)
Finds and returns a user with the given id.
|
Modifier and Type | Method and Description |
---|---|
PaginatedCollection<User> |
InstagramSession.getFollowers(int userId) |
List<User> |
InstagramSession.getFollowRequests() |
PaginatedCollection<User> |
InstagramSession.getFollows(int userId)
Gets a list of users that the user, whose id is passed, follows.
|
List<User> |
InstagramSession.searchUsersByName(String name)
Searches for users by name.
|
Modifier and Type | Method and Description |
---|---|
User |
InstagramAuthentication.getAuthenticatedUser() |
Modifier and Type | Method and Description |
---|---|
protected void |
InstagramAuthentication.setSessionUser(User sessionUser) |
Modifier and Type | Field and Description |
---|---|
protected User |
Media.user
User who created this media
|
Modifier and Type | Field and Description |
---|---|
protected List<User> |
Media.likers
List of lazyloaded User objects for users who
liked the media
|
Modifier and Type | Method and Description |
---|---|
User |
Media.Caption.getFrom()
Returns the creator of this caption
|
User |
Comment.getSender() |
User |
Media.getUser()
Returns the User object of this media's creator
|
User |
Media.UserPhotoTag.getUser() |
Modifier and Type | Method and Description |
---|---|
List<User> |
Media.getLikers()
Lazy-Loads and returns a list of users who have liked this media
|
Modifier and Type | Method and Description |
---|---|
protected void |
Media.Caption.setFrom(User from)
Sets creator of this caption
|
protected void |
Comment.setSender(User sender) |
protected void |
Media.setUser(User user) |
Modifier and Type | Method and Description |
---|---|
protected void |
Media.setLikers(List<User> likers) |
Copyright © 2013. All Rights Reserved.