Class RecordingStorage
java.lang.Object
com.azure.communication.callautomation.models.RecordingStorage
- All Implemented Interfaces:
com.azure.json.JsonSerializable<RecordingStorage>
- Direct Known Subclasses:
AzureBlobContainerRecordingStorage,AzureCommunicationsRecordingStorage
public abstract class RecordingStorage
extends Object
implements com.azure.json.JsonSerializable<RecordingStorage>
The RecordingStorage model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract RecordingStorageTypeGet the recordingStorageType property: Defines the kind of external storage.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
RecordingStorage
public RecordingStorage()Creates an instance of ExternalStorageInternal class.
-
-
Method Details
-
getRecordingStorageType
Get the recordingStorageType property: Defines the kind of external storage.- Returns:
- the recordingStorageType value.
-