Record Class DegreeAndCourseHeading

java.lang.Object
java.lang.Record
page.codeberg.friedolyn.client.parser.DegreeAndCourseHeading
Record Components:
degree - The university degree that the course will lead to.
course - The human-readable title of the course.
table - The HTML table that contains the degree and course heading.

public record DegreeAndCourseHeading(@NonNull String degree, @NonNull String course, @NonNull org.jsoup.nodes.Element table) extends Record
Represents an HTML table that contains both the course's title and the degree that the course will lead to. Degree and course heading example