Web-based responsive document annotation tool
activeannoservice / user / User
data class User
Data class representing a user. This model does not contain login information except the unique userIdentifier, and contains an optional userName and the lastAccessTimestamp
Name | Summary |
---|---|
<init> | Data class representing a user. This model does not contain login information except the unique userIdentifier, and contains an optional userName and the lastAccessTimestampUser(userIdentifier: UserIdentifier , userName: String ? = null, _id: String ? = null, lastAccessTimestamp: Long ? = null) |
Name | Summary |
---|---|
_id | val _id: String ? |
lastAccessTimestamp | val lastAccessTimestamp: Long ? |
userIdentifier | val userIdentifier: UserIdentifier |
userName | val userName: String ? |
Name | Summary |
---|---|
toUserInfoModel | fun User .toUserInfoModel(): UserInfo |