Interface ResubmitOperationBuilder.WithTicket.WithDueDate.WithAgent
-
- Enclosing interface:
- ResubmitOperationBuilder.WithTicket.WithDueDate
public static interface ResubmitOperationBuilder.WithTicket.WithDueDate.WithAgent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TicketResubmitOperation
build()
Builds the TicketResubmitOperationResubmitOperationBuilder.WithTicket.WithDueDate.WithAgent
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.
-
-
-
Method Detail
-
explicit
ResubmitOperationBuilder.WithTicket.WithDueDate.WithAgent 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
TicketResubmitOperation build() throws ValidationException
Builds the TicketResubmitOperation- Returns:
- the TicketResubmitOperation
- Throws:
ValidationException
- e.g. if any parameters do not comply with the requirements- Since:
- 11.22
-
-