Interface AgentQuickCaseOperationBuilder.StartQuickCase.AsPhoneTicket
- Enclosing interface:
AgentQuickCaseOperationBuilder.StartQuickCase
public static interface AgentQuickCaseOperationBuilder.StartQuickCase.AsPhoneTicket
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds theAgentPhoneTicketStartOperation
for the given parameters.Sets the call of the phone ticket.
-
Method Details
-
call
AgentQuickCaseOperationBuilder.StartQuickCase.AsPhoneTicket call(Call call) throws ValidationException Sets the call of the phone ticket.- Parameters:
call
- the call of the phone ticket- Returns:
- the AgentQuickCaseOperationBuilder.StartQuickCase.AsPhoneTicket
- Throws:
ValidationException
- if the call is not valid- Since:
- 11.18
-
build
Builds theAgentPhoneTicketStartOperation
for the given parameters.- Returns:
- the
AgentPhoneTicketStartOperation
- Throws:
ValidationException
- if any parameters are not valid- Since:
- 11.18
-