Record Class IdACommandUserGetByEmail

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

public record IdACommandUserGetByEmail(IdEmail email) extends Record implements IdACommandType<IdAResponseUserGet>
Get the given user by email address.