Record Class IdA1ResponseAdminSearchByEmailNext

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.cb.IdA1ResponseAdminSearchByEmailNext
Record Components:
fieldRequestId - The ID of the request that yielded this response.
fieldPage - The next page of results.
All Implemented Interfaces:
com.io7m.cedarbridge.runtime.api.CBProtocolMessageType, com.io7m.cedarbridge.runtime.api.CBSerializableType, ProtocolIdAType, ProtocolIdAv1Type

public record IdA1ResponseAdminSearchByEmailNext(com.io7m.cedarbridge.runtime.api.CBUUID fieldRequestId, IdA1Page<IdA1AdminSummary> fieldPage) extends Record implements com.io7m.cedarbridge.runtime.api.CBSerializableType, ProtocolIdAv1Type
A response to IdA1CommandAdminSearchByEmailNext.