PlaySourceType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. communication. callautomation. models. PlaySourceType
- com.
- com.
public final class PlaySourceType
extends ExpandableStringEnum<PlaySourceType>
Defines values for PlaySourceType.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Play |
FILE
Static value file for Play |
Constructor Summary
| Constructor | Description |
|---|---|
| PlaySourceType() |
Deprecated
Please use fromString(String name) to create an instance of Play
Creates an instance of PlaySourceType with no string value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Play |
fromString(String name)
Creates or finds a Play |
|
static
Collection<Play |
values()
Get the collection of Play |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FILE
public static final PlaySourceType FILE
Static value file for PlaySourceType.
Constructor Details
PlaySourceType
@Deprecated
public PlaySourceType()
Deprecated
Creates an instance of PlaySourceType with no string value.
Method Details
fromString
public static PlaySourceType fromString(String name)
Creates or finds a PlaySourceType from its string representation.
Parameters:
Returns:
values
public static Collection<PlaySourceType> values()
Get the collection of PlaySourceType values.
Returns: