Record Class AccountHeading

java.lang.Object
java.lang.Record
page.codeberg.friedolyn.client.parser.AccountHeading
Record Components:
accountNumber - Usually just a capital letter, e.g. "A" or "B".
fullName - The full name of the account, e.g. "Konto B: Module zur Vermittlung von mathematischen und naturwissenschaftlich-technischen Grundlagen".
ects - The number of ECTS that the account's modules are worth in total.

public record AccountHeading(String accountNumber, String fullName, int ects) extends Record
The information about a specific account in the grades table. Screenshot of an account heading in the grades table