Interface InternalForwardOperationBuilder.WithTicket.WithDueDate
- Enclosing interface:
InternalForwardOperationBuilder.WithTicket
public static interface InternalForwardOperationBuilder.WithTicket.WithDueDate
Builder stage that holds the selected due date.
- Since:
- 11.22
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder stage that holds the selected target agent. -
Method Summary
Modifier and TypeMethodDescriptionSets the target agent for the internal forward operation.
-
Method Details
-
agent
InternalForwardOperationBuilder.WithTicket.WithDueDate.WithAgent agent(User user) throws ValidationException Sets the target agent for the internal forward operation.- Parameters:
user- the target agent for the resubmit operation- Returns:
- the InternalForwardOperationBuilder.WithTicket.WithDueDate.WithAgent
- Throws:
ValidationException- e.g. if the specified user is invalid or not an agent.- Since:
- 11.22
-