Uses of Class
com.azure.communication.callautomation.models.DownloadToFileOptions
Packages that use DownloadToFileOptions
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of DownloadToFileOptions in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation with parameters of type DownloadToFileOptionsModifier and TypeMethodDescriptionvoidCallRecording.downloadTo(String sourceUrl, Path destinationPath, DownloadToFileOptions options, com.azure.core.util.Context context) Download the content located inendpointinto a file marked bypath.CallRecordingAsync.downloadTo(String sourceUrl, Path destinationPath, DownloadToFileOptions options) Download the content located inendpointinto a file marked bypath. -
Uses of DownloadToFileOptions in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return DownloadToFileOptionsModifier and TypeMethodDescriptionDownloadToFileOptions.setOverwrite(boolean overwrite) Set the overwrite value.DownloadToFileOptions.setParallelDownloadOptions(ParallelDownloadOptions parallelDownloadOptions) Set the parallel download options.