Uses of Class
com.uc4.api.objects.ScheduleTask
-
Packages that use ScheduleTask Package Description com.uc4.api.objects com.uc4.communication.requests -
-
Uses of ScheduleTask in com.uc4.api.objects
Methods in com.uc4.api.objects that return ScheduleTask Modifier and Type Method Description ScheduleTask
ScheduleTask. copy()
This method is used to return the copy of the ScheduleTask.Methods in com.uc4.api.objects that return types with arguments of type ScheduleTask Modifier and Type Method Description java.util.Iterator<ScheduleTask>
Schedule. taskIterator()
Returns an iterator overScheduleTask
.Methods in com.uc4.api.objects with parameters of type ScheduleTask Modifier and Type Method Description void
Schedule. addTask(ScheduleTask task)
Adds a task to the Schedule.void
ScheduleTask. copy(ScheduleTask task)
Method to copy the attributes from the provided ScheduleTask -
Uses of ScheduleTask in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return ScheduleTask Modifier and Type Method Description ScheduleTask
AddScheduleTask. getScheduleTask()
Returns aScheduleTask
which can be added to an UC4 Schedule.
-