Freigeben über


DownloadToFileOptions Class

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

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
ParallelDownloadOptions getParallelDownloadOptions()

Get the ParallelDownloadOptions

boolean isOverwrite()

Overwrite value.

DownloadToFileOptions setOverwrite(boolean overwrite)

Set the overwrite value.

DownloadToFileOptions 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:

ParallelDownloadOptions

isOverwrite

public boolean isOverwrite()

Overwrite value.

Returns:

the overwrite value.

setOverwrite

public DownloadToFileOptions setOverwrite(boolean overwrite)

Set the overwrite value.

Parameters:

overwrite - the overwrite value.

Returns:

the DownloadToOptions object itself.

setParallelDownloadOptions

public DownloadToFileOptions setParallelDownloadOptions(ParallelDownloadOptions parallelDownloadOptions)

Set the parallel download options.

Parameters:

parallelDownloadOptions - parallel download options.

Returns:

the DownloadToOptions object itself.

Applies to