Interface ScheduleProgressService
- All Known Implementing Classes:
UserScheduleProgressService
public interface ScheduleProgressService
-
Method Summary
Modifier and TypeMethodDescriptiongetScheduleProgressService
(String scheduleNameOrId, int offset, int count)
-
Method Details
-
getScheduleProgressService
- Parameters:
scheduleNameOrId
- theSchedule
name or idoffset
- the offsetcount
- the count- Returns:
- the
Pagination<Schedule>
instance
-