Package com.chrt.api.types
Interface ScheduleIntervalSpec._FinalStage
-
- All Known Implementing Classes:
ScheduleIntervalSpec.Builder
- Enclosing class:
- ScheduleIntervalSpec
public static interface ScheduleIntervalSpec._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScheduleIntervalSpecbuild()ScheduleIntervalSpec._FinalStageoffset(Nullable<java.lang.String> offset)ScheduleIntervalSpec._FinalStageoffset(java.lang.String offset)ScheduleIntervalSpec._FinalStageoffset(java.util.Optional<java.lang.String> offset)
-
-
-
Method Detail
-
build
ScheduleIntervalSpec build()
-
offset
ScheduleIntervalSpec._FinalStage offset(java.util.Optional<java.lang.String> offset)
-
offset
ScheduleIntervalSpec._FinalStage offset(java.lang.String offset)
-
offset
ScheduleIntervalSpec._FinalStage offset(Nullable<java.lang.String> offset)
-
-