Interface ScheduleVariant
- All Superinterfaces:
UnionVariant
- All Known Implementing Classes:
DailySchedule,HourlySchedule
public interface ScheduleVariant extends UnionVariant
Base interface for
Schedule variants.-
Method Summary
Modifier and Type Method Description default Schedule_toSchedule()Methods inherited from interface co.elastic.clients.util.UnionVariant
_variantType
-
Method Details
-
_toSchedule
-