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