Record Class IdName

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

public record IdName(String value) extends Record implements Comparable<IdName>
A user ID name. This is a unique, short name that can be specified as the identifier used for logging in. It is analogous to a UNIX username.