Interface ScheduledAction.UpdateStages.WithFileDestination
- All Known Subinterfaces:
ScheduledAction.Update
- Enclosing interface:
- ScheduledAction.UpdateStages
public static interface ScheduledAction.UpdateStages.WithFileDestination
The stage of the ScheduledAction update allowing to specify fileDestination.
-
Method Summary
Modifier and TypeMethodDescriptionwithFileDestination(FileDestination fileDestination) Specifies the fileDestination property: Destination format of the view data.
-
Method Details
-
withFileDestination
Specifies the fileDestination property: Destination format of the view data. This is optional..- Parameters:
fileDestination- Destination format of the view data. This is optional.- Returns:
- the next definition stage.
-