Record Class IdUserCreate

java.lang.Object
java.lang.Record
com.io7m.idstore.model.IdUserCreate
Record Components:
id - The user ID (if an explicit ID is desired)
idName - The id name
realName - The real name
email - The email
password - The password

public record IdUserCreate(Optional<UUID> id, IdName idName, IdRealName realName, IdEmail email, IdPassword password) extends Record
Information required to create a user.