Uses of Enum Class
page.codeberg.friedolyn.configuration.ExamsPDF
Packages that use ExamsPDF
-
Uses of ExamsPDF in page.codeberg.friedolyn.client
Fields in page.codeberg.friedolyn.client with type parameters of type ExamsPDFModifier and TypeFieldDescriptionstatic final @NonNull LinkedHashMap
<ExamsPDF, @NonNull LinkedHashMap<@NonNull String, @NonNull String>> Client.GET_EXAMS_PDF_PARAMETERS
The parameters to send with the request to retrieve the differentgrade tables as PDFs
. -
Uses of ExamsPDF in page.codeberg.friedolyn.configuration
Fields in page.codeberg.friedolyn.configuration with type parameters of type ExamsPDFModifier and TypeFieldDescriptionConfiguration.examPDFs
Which of the available PDF files that include the student's grades should be downloaded from Friedolin.Methods in page.codeberg.friedolyn.configuration that return ExamsPDFModifier and TypeMethodDescriptionstatic ExamsPDF
Returns the enum constant of this class with the specified name.static ExamsPDF[]
ExamsPDF.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in page.codeberg.friedolyn.configuration that return types with arguments of type ExamsPDFModifier and TypeMethodDescriptionConfiguration.serialiseExamsPDFs()
Deprecated.Used only for Jackson deserialisation.Method parameters in page.codeberg.friedolyn.configuration with type arguments of type ExamsPDFModifier and TypeMethodDescriptionvoid
Configuration.setExamPDFs
(@NonNull Set<ExamsPDF> examsPdfs) Updates theConfiguration.examPDFs
field with the given one.