Interface CallProvider
-
- All Known Subinterfaces:
AgentCallAction
,AgentCallCloseAction
,AgentCallInfo
,AgentCallRecategorizedEvent
,AgentIncomingCallInfo
,AgentOutgoingCallInfo
,AgentQueuedCallInfo
,ArchiveAccessCallInfoViewContext
,AutoCallRecategorizationOperationResult
,AutoCallRecategorizedEvent
,BacklogCallInfo
,BacklogCallInfoViewContext
,CallEvent
,CallInfoViewContext
,CallOperationResult
,CallRecategorizationOperationResult
,CallRecategorizedEvent
,SearchResultCallInfoViewContext
,SupervisorCallRecategorizationOperationResult
,SupervisorCallRecategorizedEvent
,UserCallOperationResult
,UserCallRecategorizedEvent
- All Known Implementing Classes:
AutoCallRecategorizationOperationFailedException
,SupervisorCallRecategorizationOperationFailedException
public interface CallProvider
Represents an object, that provides aCall
- Since:
- 11.14
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Call
getCall()
Returns the call
-
-
-
Method Detail
-
getCall
Call getCall()
Returns the call- Returns:
- the Call object
- Since:
- 11.14
-
-