- get(String) - Method in class de.femtopedia.studip.StudIPAPI
-
Performs a HTTP GET Request.
- getContacts(String) - Method in class de.femtopedia.studip.StudIPAPI
-
Returns data about the searched user's contacts.
- getCourse(String) - Method in class de.femtopedia.studip.StudIPAPI
-
Returns data about the searched course.
- getCourses(String) - Method in class de.femtopedia.studip.StudIPAPI
-
Returns data about the searched user's courses.
- getCurrentUserData() - Method in class de.femtopedia.studip.StudIPAPI
-
Returns the currently logged in user's data.
- getData(String, Class<T>) - Method in class de.femtopedia.studip.StudIPAPI
-
Performs a HTTP GET Request and converts the site's content into the given Object type using Gson.
- getData(StudIPAPI) - Static method in class de.femtopedia.studip.util.ScheduleHelper
-
Helper method to parse the HTML of the schedule.
- getEvents(String) - Method in class de.femtopedia.studip.StudIPAPI
-
Returns data about the searched user's events.
- getSchedule() - Method in class de.femtopedia.studip.StudIPAPI
-
Returns data about the currently logged in user's schedule.
- getSchedule(String) - Method in class de.femtopedia.studip.StudIPAPI
-
Returns data about the currently logged in user's schedule.
- getSchedule(String, String) - Method in class de.femtopedia.studip.StudIPAPI
-
Returns data about the currently logged in user's schedule.
- getSemester(String) - Method in class de.femtopedia.studip.StudIPAPI
-
Returns data about the searched semester.
- getSemesters() - Method in class de.femtopedia.studip.StudIPAPI
-
Returns data about all semesters.
- getShibbolethClient() - Method in class de.femtopedia.studip.StudIPAPI
-
Returns the currently used ShibbolethClient instance.
- getUserData(String) - Method in class de.femtopedia.studip.StudIPAPI
-
Returns data about the searched user.