Freigeben über


PlaySource Class

  • java.lang.Object
    • com.azure.communication.callautomation.models.PlaySource

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 playSourceCacheId property: Defines the identifier to be used for caching related media.

PlaySource setPlaySourceCacheId(String playSourceCacheId)

Set the playSourceCacheId property: Defines the identifier to be used for caching related media.

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:

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.

Applies to