java.lang.Object
com.azure.communication.callautomation.models.PlaySource
All Implemented Interfaces:
com.azure.json.JsonSerializable<PlaySource>
Direct Known Subclasses:
FileSource, SsmlSource, TextSource

public abstract class PlaySource extends Object implements com.azure.json.JsonSerializable<PlaySource>
The PlaySource model.
  • Constructor Details

    • PlaySource

      public PlaySource()
  • Method Details

    • getPlaySourceCacheId

      public String getPlaySourceCacheId()
      Get the playSourceCacheId property: Defines the identifier to be used for caching related media.
      Returns:
      the playSourceCacheId value.
    • setPlaySourceCacheId

      public PlaySource setPlaySourceCacheId(String playSourceCacheId)
      Set the playSourceCacheId property: Defines the identifier to be used for caching related media.
      Parameters:
      playSourceCacheId - the playSourceCacheId value to set.
      Returns:
      the PlaySourceInternal object itself.