Interface RequeueOperationBuilder.WithTicket
- Enclosing interface:
RequeueOperationBuilder
public static interface RequeueOperationBuilder.WithTicket
Builder stage that holds the selected ticket.
- Since:
- 12.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder stage for supervisor-executed re-queue operations.static interfaceBuilder stage for automatically executed re-queue operations. -
Method Summary
Modifier and TypeMethodDescriptionauto()Selects the automatic execution mode for the re-queue operation.supervisor(User user) Sets the supervisor user executing the operation.
-
Method Details
-
supervisor
Sets the supervisor user executing the operation.- Parameters:
user- the user executing the operation- Returns:
- the RequeueOperationBuilder.WithTicket.AsSupervisor
- Throws:
ValidationException- e.g. if the specified user is invalid the ticket cannot be re-queued by this user- Since:
- 12.0
-
auto
Selects the automatic execution mode for the re-queue operation.- Returns:
- the RequeueOperationBuilder.WithTicket.Auto
- Throws:
ValidationException- e.g. if the ticket cannot be re-queued- Since:
- 12.0
-