Interface ResubmitOperationBuilder.WithTicket.WithDueDate.WithAgent
- Enclosing interface:
ResubmitOperationBuilder.WithTicket.WithDueDate
public static interface ResubmitOperationBuilder.WithTicket.WithDueDate.WithAgent
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the TicketResubmitOperationexplicit()
The explicit option restricts the resubmit operation on the specified agent, that means when the agent is not available after exceeding the due date, then the ticket will not be routed to an other suitable agent.
-
Method Details
-
explicit
The explicit option restricts the resubmit operation on the specified agent, that means when the agent is not available after exceeding the due date, then the ticket will not be routed to an other suitable agent.- Returns:
- the ResubmitOperationBuilder.WithTicket.WithDueDate.WithAgent and explicit option set.
- Since:
- 11.22
-
build
Builds the TicketResubmitOperation- Returns:
- the TicketResubmitOperation
- Throws:
ValidationException
- e.g. if any parameters do not comply with the requirements- Since:
- 11.22
-