Uses of Class
com.tumblr.jumblr.types.User

Packages that use User
com.tumblr.jumblr   
com.tumblr.jumblr.responses   
com.tumblr.jumblr.types   
 

Uses of User in com.tumblr.jumblr
 

Methods in com.tumblr.jumblr that return User
 User JumblrClient.user()
          Get the user info for the authenticated User
 

Methods in com.tumblr.jumblr that return types with arguments of type User
 List<User> JumblrClient.blogFollowers(String blogName)
           
 List<User> JumblrClient.blogFollowers(String blogName, Map<String,?> options)
          Get the followers for a given blog
 

Uses of User in com.tumblr.jumblr.responses
 

Methods in com.tumblr.jumblr.responses that return User
 User ResponseWrapper.getUser()
           
 

Methods in com.tumblr.jumblr.responses that return types with arguments of type User
 List<User> ResponseWrapper.getUsers()
           
 

Uses of User in com.tumblr.jumblr.types
 

Methods in com.tumblr.jumblr.types that return types with arguments of type User
 List<User> Blog.followers()
           
 List<User> Blog.followers(Map<String,?> options)
          Get followers for this blog
 



Copyright © 2013. All Rights Reserved.