Record Class IdU1ResponseUserSelf

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.user.cb.IdU1ResponseUserSelf
Record Components:
fieldRequestId - The ID of the request that yielded this response.
fieldUser - The user.
All Implemented Interfaces:
com.io7m.cedarbridge.runtime.api.CBProtocolMessageType, com.io7m.cedarbridge.runtime.api.CBSerializableType, ProtocolIdUType, ProtocolIdUv1Type

public record IdU1ResponseUserSelf(com.io7m.cedarbridge.runtime.api.CBUUID fieldRequestId, IdU1User fieldUser) extends Record implements com.io7m.cedarbridge.runtime.api.CBSerializableType, ProtocolIdUv1Type
A response to IdU1CommandUserSelf.