public class CompleteUser extends CompactUser
| Constructor and Description |
|---|
CompleteUser() |
| Modifier and Type | Method and Description |
|---|---|
Count |
getBadges()
Returns count of badges for the user
|
CheckinGroup |
getCheckins()
Returns the count of checkins by this user.
|
Contact |
getContact()
Returns user's contact information
|
Count |
getFollowers()
Returns count of followers for this user
|
Count |
getFollowing()
Returns count how may users this user follows
|
UserGroups |
getFriends()
Returns users for this friend
|
VenueGroup |
getMayorships()
Returns the count of mayorships by this user.
|
Boolean |
getPings()
Returns whether user will receive pings from this user
|
Count |
getRequests()
Returns friend request count for this user
|
Scores |
getScores()
Returns user's scores
|
TipGroup |
getTips()
Returns for count of tips by this user.
|
TodoGroup |
getTodos()
Returns for count of todos by this user.
|
String |
getType()
Returns type of the user.
|
getFirstName, getGender, getHomeCity, getId, getLastName, getPhoto, getRelationshippublic String getType()
public Contact getContact()
public Boolean getPings()
public Count getBadges()
public CheckinGroup getCheckins()
public VenueGroup getMayorships()
public TipGroup getTips()
public TodoGroup getTodos()
public UserGroups getFriends()
public Count getFollowers()
public Count getFollowing()
public Count getRequests()
public Scores getScores()
Copyright © 2014 Foyt. All Rights Reserved.