Record Class IdRealName

java.lang.Object
java.lang.Record
com.io7m.idstore.model.IdRealName
Record Components:
value - The name value
All Implemented Interfaces:
Comparable<IdRealName>

public record IdRealName(String value) extends Record implements Comparable<IdRealName>
A user "real" name.