PlaySource Class
- java.
lang. Object - com.
azure. communication. callautomation. models. PlaySource
- com.
Implements
public abstract class PlaySource
implements JsonSerializable<PlaySource>
The PlaySource model.
Constructor Summary
| Constructor | Description |
|---|---|
| PlaySource() |
Creates an instance of PlaySource. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getPlaySourceCacheId()
Get the play |
|
Play |
setPlaySourceCacheId(String playSourceCacheId)
Set the play |
Methods inherited from java.lang.Object
Constructor Details
PlaySource
public PlaySource()
Creates an instance of PlaySource.
Method Details
getPlaySourceCacheId
public String getPlaySourceCacheId()
Get the playSourceCacheId property: Defines the identifier to be used for caching related media.
Returns:
setPlaySourceCacheId
public PlaySource setPlaySourceCacheId(String playSourceCacheId)
Set the playSourceCacheId property: Defines the identifier to be used for caching related media.
Parameters:
Returns: