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>

public class AzureCommunicationsRecordingStorage extends RecordingStorage
The AzureBlobContainerRecordingStorage model.
  • Constructor Details

    • AzureCommunicationsRecordingStorage

      public AzureCommunicationsRecordingStorage()
      Creates an instance of AzureBlobContainerRecordingStorage class.
  • Method Details

    • getRecordingStorageType

      public RecordingStorageType getRecordingStorageType()
      Get the recordingStorageType property: Defines the kind of external storage.
      Specified by:
      getRecordingStorageType in class RecordingStorage
      Returns:
      the recordingStorageType value.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      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.