java.lang.Object
com.azure.communication.callautomation.models.PlaySource
Direct Known Subclasses:
FileSource

public abstract class PlaySource extends Object
The PlaySource model.
  • Constructor Details

    • PlaySource

      public PlaySource()
  • Method Details

    • getPlaySourceId

      public String getPlaySourceId()
      Get the playSourceId property: Defines the identifier to be used for caching related media.
      Returns:
      the playSourceId value.
    • setPlaySourceId

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