Class PlaySource
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the playSourceCacheId property: Defines the identifier to be used for caching related media.setPlaySourceCacheId(String playSourceCacheId) Set the playSourceCacheId property: Defines the identifier to be used for caching related media.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
-
PlaySource
public PlaySource()
-
-
Method Details
-
getPlaySourceCacheId
Get the playSourceCacheId property: Defines the identifier to be used for caching related media.- Returns:
- the playSourceCacheId value.
-
setPlaySourceCacheId
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.
-