Class DownloadToFileOptions
java.lang.Object
com.azure.communication.callautomation.models.DownloadToFileOptions
The options for the downloadTo operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the ParallelDownloadOptionsbooleanOverwrite value.setOverwrite(boolean overwrite) Set the overwrite value.setParallelDownloadOptions(ParallelDownloadOptions parallelDownloadOptions) Set the parallel download options.
-
Constructor Details
-
DownloadToFileOptions
public DownloadToFileOptions()
-
-
Method Details
-
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
Set the overwrite value.- Parameters:
overwrite- the overwrite value.- Returns:
- the DownloadToOptions object itself.
-