public class UserDetails extends UserInfo implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
considersHisContributionsAsPublicDomain |
LatLon |
homeLocation
user's self-chosen home location.
|
java.lang.Byte |
homeZoom
user's self-chosen home zoom level is something between 0-19.
|
int |
inboxMessageCount |
java.util.List<java.lang.String> |
preferredLanguages
the language and country codes of the user's preferred languages, sorted by
preferedness.
|
int |
sentMessagesCount |
int |
unreadMessagesCount |
changesetsCount, createdDate, gpsTracesCount, hasAgreedToContributorTerms, isBlocked, profileDescription, profileImageUrl, rolesdisplayName, id| Constructor and Description |
|---|
UserDetails(long id,
java.lang.String displayName) |
hasRole, isAdministrator, isModeratorpublic boolean considersHisContributionsAsPublicDomain
public java.lang.Byte homeZoom
public LatLon homeLocation
public java.util.List<java.lang.String> preferredLanguages
public int inboxMessageCount
public int unreadMessagesCount
public int sentMessagesCount