Record Class ContactController.InitialisationParameters

java.lang.Object
java.lang.Record
page.codeberg.friedolyn.gui.controllers.ContactController.InitialisationParameters
Record Components:
configuration - Will be used for authentication with the uni's e-mail server and to store the user's contact information.
contactRequestType - Why the user is contacting the developers.
Enclosing class:
ContactController

public static record ContactController.InitialisationParameters(Configuration configuration, Friedolyn.ContactRequest contactRequestType) extends Record
The information necessary to populate the contact window.