Record Class IdACommandAdminGetByEmail

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

public record IdACommandAdminGetByEmail(IdEmail email) extends Record implements IdACommandType<IdAResponseAdminGet>
Get the given admin by email address.