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_PARAMETERSThe 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.examPDFsWhich 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 ExamsPDFReturns 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 TypeMethodDescriptionvoidConfiguration.setExamPDFs(@NonNull Set<ExamsPDF> examsPdfs) Updates theConfiguration.examPDFsfield with the given one.