Interface InternalForwardOperationBuilder.WithTicket.WithDueDate.WithAgent
- Enclosing interface:
InternalForwardOperationBuilder.WithTicket.WithDueDate
public static interface InternalForwardOperationBuilder.WithTicket.WithDueDate.WithAgent
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
-
Method Details
-
supervisor
InternalForwardOperationBuilder.WithTicket.WithDueDate.WithAgent.AsSupervisor supervisor(User user) throws ValidationException - Parameters:
user
- the user executing the operation- Returns:
- the InternalForwardOperationBuilder.WithTicket.WithDueDate.WithAgent.AsSupervisor
- Throws:
ValidationException
- e.g. if the specified user is invalid or not allowed to internally forward the ticket.- Since:
- 11.22
-
auto
InternalForwardOperationBuilder.WithTicket.WithDueDate.WithAgent.Auto auto() throws ValidationException- Returns:
- the InternalForwardOperationBuilder.WithTicket.WithDueDate.WithAgent.Auto
- Throws:
ValidationException
- e.g. if the ticket must not be internally forwarded automatically- Since:
- 11.22
-