Class AzureCommunicationsRecordingStorage
java.lang.Object
com.azure.communication.callautomation.models.RecordingStorage
com.azure.communication.callautomation.models.AzureCommunicationsRecordingStorage
- All Implemented Interfaces:
com.azure.json.JsonSerializable<RecordingStorage>
The AzureBlobContainerRecordingStorage model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AzureBlobContainerRecordingStorage class. -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureCommunicationsRecordingStorage from the JsonReader.Get the recordingStorageType property: Defines the kind of external storage.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) 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, toJsonBytes, toJsonString
-
Constructor Details
-
AzureCommunicationsRecordingStorage
public AzureCommunicationsRecordingStorage()Creates an instance of AzureBlobContainerRecordingStorage class.
-
-
Method Details
-
getRecordingStorageType
Get the recordingStorageType property: Defines the kind of external storage.- Specified by:
getRecordingStorageTypein classRecordingStorage- Returns:
- the recordingStorageType value.
-
toJson
- Throws:
IOException
-
fromJson
public static AzureCommunicationsRecordingStorage fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of AzureCommunicationsRecordingStorage from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of AzureCommunicationsRecordingStorage if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the AzureCommunicationsRecordingStorage.
-