Interface ResubmitOperationBuilder.WithTicket.WithDueDate
- Enclosing interface:
ResubmitOperationBuilder.WithTicket
public static interface ResubmitOperationBuilder.WithTicket.WithDueDate
Builder stage that holds the selected due date.
- Since:
- 11.22
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder stage that holds the selected target agent. -
Method Summary
Modifier and TypeMethodDescriptionSets the target agent for the resubmit operation.build()Builds the TicketResubmitOperation
-
Method Details
-
agent
ResubmitOperationBuilder.WithTicket.WithDueDate.WithAgent agent(User user) throws ValidationException Sets the target agent for the resubmit operation.- Parameters:
user- the target agent for the resubmit operation- Returns:
- the ResubmitOperationBuilder.WithTicket.WithDueDate.WithAgent
- Throws:
ValidationException- e.g. if the specified user is invalid or not an agent.- Since:
- 11.22
-
build
Builds the TicketResubmitOperation- Returns:
- the TicketResubmitOperation
- Throws:
ValidationException- e.g. if any parameters do not comply with the requirements- Since:
- 11.22
-