DownloadToFileOptions Class
- java.
lang. Object - com.
azure. communication. callautomation. models. DownloadToFileOptions
- com.
public final class DownloadToFileOptions
The options for the downloadTo operations.
Constructor Summary
| Constructor | Description |
|---|---|
| DownloadToFileOptions() |
Creates an instance of DownloadToFileOptions. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Parallel |
getParallelDownloadOptions()
Get the Parallel |
| boolean |
isOverwrite()
Overwrite value. |
|
Download |
setOverwrite(boolean overwrite)
Set the overwrite value. |
|
Download |
setParallelDownloadOptions(ParallelDownloadOptions parallelDownloadOptions)
Set the parallel download options. |
Methods inherited from java.lang.Object
Constructor Details
DownloadToFileOptions
public DownloadToFileOptions()
Creates an instance of DownloadToFileOptions.
Method Details
getParallelDownloadOptions
public ParallelDownloadOptions getParallelDownloadOptions()
Get the ParallelDownloadOptions
Returns:
isOverwrite
public boolean isOverwrite()
Overwrite value.
Returns:
setOverwrite
public DownloadToFileOptions setOverwrite(boolean overwrite)
Set the overwrite value.
Parameters:
Returns:
setParallelDownloadOptions
public DownloadToFileOptions setParallelDownloadOptions(ParallelDownloadOptions parallelDownloadOptions)
Set the parallel download options.
Parameters:
Returns: