We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86de906 commit 30cf663Copy full SHA for 30cf663
src/main/java/cn/jpush/api/JPushClient.java
@@ -442,6 +442,11 @@ public ScheduleResult getSchedule(String scheduleId)
442
return _scheduleClient.getSchedule(scheduleId);
443
}
444
445
+ public ScheduleListResult getScheduleList()
446
+ throws APIConnectionException, APIRequestException {
447
+ return _scheduleClient.getScheduleList(1);
448
+ }
449
+
450
public ScheduleListResult getScheduleList(int page)
451
throws APIConnectionException, APIRequestException {
452
return _scheduleClient.getScheduleList(page);
0 commit comments