Record Class SubaccountHeading

java.lang.Object
java.lang.Record
page.codeberg.friedolyn.client.parser.SubaccountHeading
Record Components:
shortName - See Subaccount.getCode().
fullName - See Subaccount.getTitle().
semester - See Subaccount.getSemester().
status - Probably always Prüfung vorhanden (EXAM_AVAILABLE).
ects - See Subaccount.getECTS().

public record SubaccountHeading(@NonNull String shortName, @NonNull String fullName, @NonNull String semester, @NonNull String status, int ects) extends Record
Represents a Subaccount in a GradesTable. Example of a subaccount heading