Interface RequeueOperationBuilder
public interface RequeueOperationBuilder
The RequeueOperationBuilder provides specific builders
to build a re-queue operation on a ticket.
- Since:
- 12.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder stage that holds the selected ticket. -
Method Summary
Modifier and TypeMethodDescriptionSets the ticket to be re-queued.Sets the ticket to be re-queued, identified by its id.
-
Method Details
-
ticket
Sets the ticket to be re-queued, identified by its id.- Parameters:
ticketId- the ticketId of the ticket to be re-queued.- Returns:
- the RequeueOperationBuilder.WithTicket
- Throws:
ValidationException- if the ticketId is invalid or the ticket has an inappropriate status.- Since:
- 12.0
-
ticket
Sets the ticket to be re-queued.- Parameters:
ticket- the ticket to be re-queued- Returns:
- the RequeueOperationBuilder.WithTicket
- Throws:
ValidationException- if the ticketId is invalid or the ticket has an inappropriate status.- Since:
- 12.0
-