Record Class IdUCommandEmailAddBegin

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.user.IdUCommandEmailAddBegin
Record Components:
email - The email address
All Implemented Interfaces:
com.io7m.hibiscus.api.HBMessageType, IdProtocolMessageType, IdUCommandType<IdUResponseEmailAddBegin>, IdUMessageType

public record IdUCommandEmailAddBegin(IdEmail email) extends Record implements IdUCommandType<IdUResponseEmailAddBegin>
A request to add an email address.