Record Class IdFMRealNameUpdateData

java.lang.Object
java.lang.Record
com.io7m.idstore.server.service.templating.IdFMRealNameUpdateData
Record Components:
htmlTitle - The HTML title
pageHeaderTitle - The page header title
existingName - The existing realname
requestId - The request ID
All Implemented Interfaces:
IdFMDataModelType

public record IdFMRealNameUpdateData(String htmlTitle, String pageHeaderTitle, IdRealName existingName, UUID requestId) extends Record implements IdFMDataModelType
Data for the realname update screen template.