@Deprecated public class ScheduleHelper extends Object
| Constructor and Description |
|---|
ScheduleHelper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Schedule |
getData(StudIPAPI api)
Deprecated.
use
StudIPAPI.getSchedule(String) or StudIPAPI.getSchedule(String, String)
instead. This was only a temporary solution to an API problem. |
@Deprecated public static Schedule getData(StudIPAPI api) throws IllegalAccessException, IllegalArgumentException, IOException, oauth.signpost.exception.OAuthException
StudIPAPI.getSchedule(String) or StudIPAPI.getSchedule(String, String)
instead. This was only a temporary solution to an API problem.api - The StudIPAPI to use.Schedule objectIOException - if reading errors occurIllegalArgumentException - if the header values are brokenIllegalAccessException - if the session isn't validoauth.signpost.exception.OAuthException - if any OAuth errors occurCopyright © 2019. All rights reserved.