public class UserDetails extends UserInfo implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
considersHisContributionsAsPublicDomain |
de.westnordost.osmapi.map.data.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, createdAt, gpsTracesCount, hasAgreedToContributorTerms, isBlocked, profileDescription, profileImageUrl, roles| Constructor and Description |
|---|
UserDetails(long id,
java.lang.String displayName) |
hasRole, isAdministrator, isModeratorpublic boolean considersHisContributionsAsPublicDomain
public java.lang.Byte homeZoom
public de.westnordost.osmapi.map.data.LatLon homeLocation
public java.util.List<java.lang.String> preferredLanguages
public int inboxMessageCount
public int unreadMessagesCount
public int sentMessagesCount