Interface ResubmitOperationBuilder.WithTicket
- Enclosing interface:
ResubmitOperationBuilder
public static interface ResubmitOperationBuilder.WithTicket
Builder stage that holds the selected ticket.
- Since:
- 11.22
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder stage that holds the selected due date. -
Method Summary
Modifier and TypeMethodDescriptionSets the due date for the resubmit operation.
-
Method Details
-
dueDate
Sets the due date for the resubmit operation.- Parameters:
dueDate- the due date for the resubmit operation.- Returns:
- the ResubmitOperationBuilder.WithTicket.WithDueDate
- Throws:
ValidationException- e.g. if the specified due date is invalid- Since:
- 11.22
-