Uses of Class
client.request.ApiBase
-
Packages that use ApiBase Package Description client.request logic.mapper view.controller -
-
Uses of ApiBase in client.request
Methods in client.request that return ApiBase Modifier and Type Method Description static ApiBaseApiBase. valueOf(String name)Returns the enum constant of this type with the specified name.static ApiBase[]ApiBase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in client.request with parameters of type ApiBase Modifier and Type Method Description static Stream<Course>Kos. getAllCourses(ApiBase location, String semesterCode, String query)static Stream<Programme>Kos. getAllProgrammes(ApiBase location, String semesterCode, String query)static StringKos. getCourseName(ApiBase location, String semesterCode, String courseCode)static Stream<Parallel>Kos. getCourseParallels(ApiBase location, String semesterCode, String courseCode, String query)static Stream<Course>Kos. getProgrammeCourses(ApiBase location, String semesterCode, String query, String programmeCode)static Stream<InternalCourseEnrollment>Kos. getStudentCourses(ApiBase location, String semesterCode, String studentUsernameOrId) -
Uses of ApiBase in logic.mapper
Methods in logic.mapper with parameters of type ApiBase Modifier and Type Method Description static SubjectSubjectDownloader. download(ApiBase apiBase, String semester, String code)static SubjectSubjectDownloader. download(ApiBase apiBase, String semester, String code, String name)static SubjectSubjectDownloader. download(ApiBase apiBase, String semester, String code, String name, String query, Predicate<Parallel> filter) -
Uses of ApiBase in view.controller
Fields in view.controller with type parameters of type ApiBase Modifier and Type Field Description javafx.scene.control.ComboBox<ApiBase>KosController. apiBase
-