- get(String) - Method in class de.femtopedia.studip.StudIPAPI
-
Performs a HTTP GET Request.
- getAuthorizationUrl(String) - Method in class de.femtopedia.studip.StudIPAPI
-
Retrieves a Request Token and returns a authorization URL, which you have to open in a browser
and approve access to your account.
- 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.
- getCourseTopFolder(String) - Method in class de.femtopedia.studip.StudIPAPI
-
Returns the top folder object of the searched course.
- 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.
- getDay(int) - Method in class de.femtopedia.studip.json.Schedule
-
Helper method for getting the day via Integers.
- getEvents(String) - Method in class de.femtopedia.studip.StudIPAPI
-
Returns data about the searched user's events.
- getFolder(String) - Method in class de.femtopedia.studip.StudIPAPI
-
Returns the searched folder object for the given folder ID.
- getOAuthClient() - Method in class de.femtopedia.studip.StudIPAPI
-
Returns the currently used OAuthClient instance.
- 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.
- getUserData(String) - Method in class de.femtopedia.studip.StudIPAPI
-
Returns data about the searched user.