Interface InternalForwardOperationBuilder.WithTicket.WithDueDate
-
- Enclosing interface:
- InternalForwardOperationBuilder.WithTicket
public static interface InternalForwardOperationBuilder.WithTicket.WithDueDate
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
InternalForwardOperationBuilder.WithTicket.WithDueDate.WithAgent
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalForwardOperationBuilder.WithTicket.WithDueDate.WithAgent
agent(User user)
-
-
-
Method Detail
-
agent
InternalForwardOperationBuilder.WithTicket.WithDueDate.WithAgent agent(User user) throws ValidationException
- 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
-
-