com.tumblr.jumblr.types
Class User

java.lang.Object
  extended by com.tumblr.jumblr.types.Resource
      extended by com.tumblr.jumblr.types.User

public class User
extends Resource

This class represents a User on Tumblr

Author:
jc

Field Summary
 
Fields inherited from class com.tumblr.jumblr.types.Resource
client
 
Constructor Summary
User()
           
 
Method Summary
 List<Blog> getBlogs()
          Get the blog List for this user
 String getDefaultPostFormat()
          Return the default post format for this user
 Integer getFollowingCount()
          Get the number of users this user is following
 Integer getLikeCount()
          Get the number of likes for this user
 String getName()
          Get the name for this User object
 
Methods inherited from class com.tumblr.jumblr.types.Resource
getClient, setClient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()
Method Detail

getDefaultPostFormat

public String getDefaultPostFormat()
Return the default post format for this user

Returns:
String format

getName

public String getName()
Get the name for this User object

Returns:
The name

getLikeCount

public Integer getLikeCount()
Get the number of likes for this user

Returns:
the likes count

getFollowingCount

public Integer getFollowingCount()
Get the number of users this user is following

Returns:
The following count

getBlogs

public List<Blog> getBlogs()
Get the blog List for this user

Returns:
The blog List for this user


Copyright © 2013. All Rights Reserved.