Record Class EventRegistrationModuleCollector.EventRegistrationModuleInformation

java.lang.Object
java.lang.Record
ch.tocco.nice2.optional.event.api.eventregistration.EventRegistrationModuleCollector.EventRegistrationModuleInformation
Enclosing interface:
EventRegistrationModuleCollector

public static record EventRegistrationModuleCollector.EventRegistrationModuleInformation(String key, String display, boolean editable, boolean checked, boolean checkboxHidden, String type, Map<String,Object> additionalInformation) extends Record