com.tumblr.jumblr.responses
Class ResponseWrapper

java.lang.Object
  extended by com.tumblr.jumblr.responses.ResponseWrapper

public class ResponseWrapper
extends Object


Constructor Summary
ResponseWrapper()
           
 
Method Summary
 Blog getBlog()
           
 List<Blog> getBlogs()
           
 Long getId()
           
 List<Post> getLikedPosts()
           
 Post getPost()
           
 List<Post> getPosts()
           
 List<Post> getTaggedPosts()
           
 User getUser()
           
 List<User> getUsers()
           
 void setClient(JumblrClient client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseWrapper

public ResponseWrapper()
Method Detail

setClient

public void setClient(JumblrClient client)

getUser

public User getUser()

getBlog

public Blog getBlog()

getPost

public Post getPost()

getId

public Long getId()

getPosts

public List<Post> getPosts()

getUsers

public List<User> getUsers()

getLikedPosts

public List<Post> getLikedPosts()

getTaggedPosts

public List<Post> getTaggedPosts()

getBlogs

public List<Blog> getBlogs()


Copyright © 2013. All Rights Reserved.