Record Class IdACommandAdminEmailAdd

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.IdACommandAdminEmailAdd
Record Components:
admin - The admin ID
email - The email
All Implemented Interfaces:
com.io7m.hibiscus.api.HBMessageType, IdACommandType<IdAResponseAdminUpdate>, IdAMessageType, IdProtocolMessageType

public record IdACommandAdminEmailAdd(UUID admin, IdEmail email) extends Record implements IdACommandType<IdAResponseAdminUpdate>
Add an email address to the given admin.