|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tumblr.jumblr.types.Resource
com.tumblr.jumblr.types.User
public class User
This class represents a User on Tumblr
| 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 |
|---|
public User()
| Method Detail |
|---|
public String getDefaultPostFormat()
public String getName()
public Integer getLikeCount()
public Integer getFollowingCount()
public List<Blog> getBlogs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||