public static class User.Record extends Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
String |
fullname
full name
|
Map<String,String> |
otherConfig
additional configuration
|
String |
shortName
short name (e.g.
|
String |
uuid
Unique identifier/object reference
|
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
toMap()
Convert a user.Record to a Map
|
String |
toString() |