Uses of Class
com.azure.communication.callautomation.models.CallLocatorKind
Packages that use CallLocatorKind
Package
Description
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of CallLocatorKind in com.azure.communication.callautomation.models
Fields in com.azure.communication.callautomation.models declared as CallLocatorKindModifier and TypeFieldDescriptionstatic final CallLocatorKindCallLocatorKind.GROUP_CALL_LOCATORStatic value groupCallLocator for CallLocatorKind.static final CallLocatorKindCallLocatorKind.ROOM_CALL_LOCATORStatic value serverCallLocator for CallLocatorKind.static final CallLocatorKindCallLocatorKind.SERVER_CALL_LOCATORStatic value serverCallLocator for CallLocatorKind.Methods in com.azure.communication.callautomation.models that return CallLocatorKindModifier and TypeMethodDescriptionstatic CallLocatorKindCallLocatorKind.fromString(String name) Creates or finds a CallLocatorKind from its string representation.CallLocator.getKind()Get the kind property: The call locator kind.Methods in com.azure.communication.callautomation.models that return types with arguments of type CallLocatorKind