Delen via


RecordingStorage Class

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

Implements

public abstract class RecordingStorage
implements JsonSerializable<RecordingStorage>

The RecordingStorage model.

Constructor Summary

Constructor Description
RecordingStorage()

Creates an instance of ExternalStorageInternal class.

Method Summary

Modifier and Type Method and Description
abstract RecordingStorageType getRecordingStorageType()

Get the recordingStorageType property: Defines the kind of external storage.

Methods inherited from java.lang.Object

Constructor Details

RecordingStorage

public RecordingStorage()

Creates an instance of ExternalStorageInternal class.

Method Details

getRecordingStorageType

public abstract RecordingStorageType getRecordingStorageType()

Get the recordingStorageType property: Defines the kind of external storage.

Returns:

the recordingStorageType value.

Applies to