Package io.temporal.client.schedules
Class ScheduleUpdateInput
- java.lang.Object
-
- io.temporal.client.schedules.ScheduleUpdateInput
-
public final class ScheduleUpdateInput extends java.lang.Object
Parameter passed to a schedule updater.
-
-
Constructor Summary
Constructors Constructor Description ScheduleUpdateInput(ScheduleDescription description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduleDescription
getDescription()
Description fetched from the server before this update.
-
-
-
Constructor Detail
-
ScheduleUpdateInput
public ScheduleUpdateInput(ScheduleDescription description)
-
-
Method Detail
-
getDescription
public ScheduleDescription getDescription()
Description fetched from the server before this update.- Returns:
- description of schedule to be updated
-
-