Record Class IdUCommandRealnameUpdate

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.user.IdUCommandRealnameUpdate
Record Components:
realName - The real name
All Implemented Interfaces:
com.io7m.hibiscus.api.HBCommandType, com.io7m.hibiscus.api.HBMessageType, IdProtocolMessageType, IdUCommandType<IdUResponseUserUpdate>, IdUMessageType

public record IdUCommandRealnameUpdate(IdRealName realName) extends Record implements IdUCommandType<IdUResponseUserUpdate>
A request to change the user's realname.