Interface ScheduledAction.DefinitionStages.WithFileDestination
- All Known Subinterfaces:
ScheduledAction.Definition,ScheduledAction.DefinitionStages.WithCreate
- Enclosing interface:
- ScheduledAction.DefinitionStages
public static interface ScheduledAction.DefinitionStages.WithFileDestination
The stage of the ScheduledAction definition 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.
-