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

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

Uses of Blog in com.tumblr.jumblr
 

Methods in com.tumblr.jumblr that return Blog
 Blog JumblrClient.blogInfo(String blogName)
          Get the blog info for a given blog
 

Methods in com.tumblr.jumblr that return types with arguments of type Blog
 List<Blog> JumblrClient.userFollowing()
           
 List<Blog> JumblrClient.userFollowing(Map<String,?> options)
          Get the blogs the given user is following
 

Uses of Blog in com.tumblr.jumblr.responses
 

Methods in com.tumblr.jumblr.responses that return Blog
 Blog ResponseWrapper.getBlog()
           
 

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

Uses of Blog in com.tumblr.jumblr.types
 

Methods in com.tumblr.jumblr.types that return types with arguments of type Blog
 List<Blog> User.getBlogs()
          Get the blog List for this user
 



Copyright © 2013. All Rights Reserved.