azure-docs-sdk-java/docs-ref-autogen/com.azure.communication.cal...

60 строки
3.9 KiB
YAML
Исходник Постоянная ссылка Обычный вид История

### YamlMime:JavaType
uid: "com.azure.communication.callautomation.models.PlaySource"
fullName: "com.azure.communication.callautomation.models.PlaySource"
name: "PlaySource"
nameWithType: "PlaySource"
summary: "The Play<wbr>Source model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public abstract class **PlaySource**"
constructors:
- uid: "com.azure.communication.callautomation.models.PlaySource.PlaySource()"
fullName: "com.azure.communication.callautomation.models.PlaySource.PlaySource()"
name: "PlaySource()"
nameWithType: "PlaySource.PlaySource()"
syntax: "public PlaySource()"
methods:
- uid: "com.azure.communication.callautomation.models.PlaySource.getPlaySourceCacheId()"
fullName: "com.azure.communication.callautomation.models.PlaySource.getPlaySourceCacheId()"
name: "getPlaySourceCacheId()"
nameWithType: "PlaySource.getPlaySourceCacheId()"
summary: "Get the play<wbr>Source<wbr>Cache<wbr>Id property: Defines the identifier to be used for caching related media."
syntax: "public String getPlaySourceCacheId()"
desc: "Get the playSourceCacheId property: Defines the identifier to be used for caching related media."
returns:
description: "the playSourceCacheId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.communication.callautomation.models.PlaySource.setPlaySourceCacheId(java.lang.String)"
fullName: "com.azure.communication.callautomation.models.PlaySource.setPlaySourceCacheId(String playSourceCacheId)"
name: "setPlaySourceCacheId(String playSourceCacheId)"
nameWithType: "PlaySource.setPlaySourceCacheId(String playSourceCacheId)"
summary: "Set the play<wbr>Source<wbr>Cache<wbr>Id property: Defines the identifier to be used for caching related media."
parameters:
- description: "the playSourceCacheId value to set."
name: "playSourceCacheId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PlaySource setPlaySourceCacheId(String playSourceCacheId)"
desc: "Set the playSourceCacheId property: Defines the identifier to be used for caching related media."
returns:
description: "the PlaySourceInternal object itself."
type: "<xref href=\"com.azure.communication.callautomation.models.PlaySource?alt=com.azure.communication.callautomation.models.PlaySource&text=PlaySource\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The PlaySource model."
metadata: {}
package: "com.azure.communication.callautomation.models"
artifact: com.azure:azure-communication-callautomation:1.2.4