Class DownloadToFileOptions

java.lang.Object
com.azure.communication.callautomation.models.DownloadToFileOptions

public class DownloadToFileOptions extends Object
The options for the downloadTo operations.
  • Constructor Details

    • DownloadToFileOptions

      public DownloadToFileOptions()
  • Method Details

    • getParallelDownloadOptions

      public ParallelDownloadOptions getParallelDownloadOptions()
      Get the ParallelDownloadOptions
      Returns:
      ParallelDownloadOptions
    • isOverwrite

      public boolean isOverwrite()
      Overwrite value.
      Returns:
      the overwrite value.
    • setParallelDownloadOptions

      public DownloadToFileOptions setParallelDownloadOptions(ParallelDownloadOptions parallelDownloadOptions)
      Set the parallel download options.
      Parameters:
      parallelDownloadOptions - parallel download options.
      Returns:
      the DownloadToOptions object itself.
    • setOverwrite

      public DownloadToFileOptions setOverwrite(boolean overwrite)
      Set the overwrite value.
      Parameters:
      overwrite - the overwrite value.
      Returns:
      the DownloadToOptions object itself.