Interface RecategorizationOperationBuilder.WithTicket
- Enclosing interface:
RecategorizationOperationBuilder
public static interface RecategorizationOperationBuilder.WithTicket
Builder stage that holds the selected ticket.
- Since:
- 10.0.202
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder stage that holds the selected destination category for a ticket recategorization. -
Method Summary
Modifier and TypeMethodDescriptionSets the destination category for the recategorization operation.
-
Method Details
-
category
RecategorizationOperationBuilder.WithTicket.WithCategory category(Category destinationCategory) throws ValidationException Sets the destination category for the recategorization operation.- Parameters:
destinationCategory- the destination category for the recategorization operation.- Returns:
- the RecategorizationOperationBuilder.WithTicket.WithCategory
- Throws:
ValidationException- e.g. if the specified destination category is invalid or not allowed as destination category for recategorization of the ticket.- Since:
- 10.0.202
-