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