Freigeben über


CallLocatorKind Class

public final class CallLocatorKind
extends ExpandableStringEnum<CallLocatorKind>

Defines values for CallLocatorKind.

Field Summary

Modifier and Type Field and Description
static final CallLocatorKind GROUP_CALL_LOCATOR

Static value groupCallLocator for CallLocatorKind.

static final CallLocatorKind ROOM_CALL_LOCATOR

Static value serverCallLocator for CallLocatorKind.

static final CallLocatorKind SERVER_CALL_LOCATOR

Static value serverCallLocator for CallLocatorKind.

Constructor Summary

Constructor Description
CallLocatorKind()

Deprecated

Please use fromString(String name) to create an instance of CallLocatorKind.

Creates an instance of CallLocatorKind with no string value.

Method Summary

Modifier and Type Method and Description
static CallLocatorKind fromString(String name)

Creates or finds a CallLocatorKind from its string representation.

static Collection<CallLocatorKind> values()

Get the collection of CallLocatorKind values.

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

Please use fromString(String name) to create an instance of CallLocatorKind.

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:

name - a name to look for.

Returns:

the corresponding CallLocatorKind.

values

public static Collection<CallLocatorKind> values()

Get the collection of CallLocatorKind values.

Returns:

known CallLocatorKind values.

Applies to