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