Interface RecategorizationOperationBuilder.WithCall
-
- Enclosing interface:
- RecategorizationOperationBuilder
public static interface RecategorizationOperationBuilder.WithCall
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RecategorizationOperationBuilder.WithCall.WithCategory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecategorizationOperationBuilder.WithCall.WithCategory
category(Category destinationCategory)
-
-
-
Method Detail
-
category
RecategorizationOperationBuilder.WithCall.WithCategory category(Category destinationCategory) throws ValidationException
- Parameters:
destinationCategory
- the destination category for the recategorization operation.- Returns:
- the RecategorizationOperationBuilder.WithCall.WithCategory
- Throws:
ValidationException
- e.g. if the specified destination category is invalid or not allowed as destination category for recategorization of the call.- Since:
- 12.31
-
-