Interface InternalForwardOperationBuilder.WithTicket
- Enclosing interface:
InternalForwardOperationBuilder
public static interface InternalForwardOperationBuilder.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 internal forward operation.
-
Method Details
-
dueDate
InternalForwardOperationBuilder.WithTicket.WithDueDate dueDate(Date dueDate) throws ValidationException Sets the due date for the internal forward operation.- Parameters:
dueDate- the due date for the internal forward operation.- Returns:
- the InternalForwardOperationBuilder.WithTicket.WithDueDate
- Throws:
ValidationException- e.g. if the specified due date is invalid- Since:
- 11.22
-