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 Details

    • withFileDestination

      ScheduledAction.Update withFileDestination(FileDestination fileDestination)
      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.