public static interface CategoryProperties.Builder extends SdkPojo, CopyableBuilder<CategoryProperties.Builder,CategoryProperties>
| Modifier and Type | Method and Description |
|---|---|
CategoryProperties.Builder |
categoryName(String categoryName)
The name of the call analytics category.
|
CategoryProperties.Builder |
createTime(Instant createTime)
A timestamp that shows when the call analytics category was created.
|
CategoryProperties.Builder |
lastUpdateTime(Instant lastUpdateTime)
A timestamp that shows when the call analytics category was most recently updated.
|
CategoryProperties.Builder |
rules(Collection<Rule> rules)
The rules used to create a call analytics category.
|
CategoryProperties.Builder |
rules(Consumer<Rule.Builder>... rules)
The rules used to create a call analytics category.
|
CategoryProperties.Builder |
rules(Rule... rules)
The rules used to create a call analytics category.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCategoryProperties.Builder categoryName(String categoryName)
The name of the call analytics category.
categoryName - The name of the call analytics category.CategoryProperties.Builder rules(Collection<Rule> rules)
The rules used to create a call analytics category.
rules - The rules used to create a call analytics category.CategoryProperties.Builder rules(Rule... rules)
The rules used to create a call analytics category.
rules - The rules used to create a call analytics category.CategoryProperties.Builder rules(Consumer<Rule.Builder>... rules)
The rules used to create a call analytics category.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #rules(List) .rules - a consumer that will call methods on List.Builder #rules(List) CategoryProperties.Builder createTime(Instant createTime)
A timestamp that shows when the call analytics category was created.
createTime - A timestamp that shows when the call analytics category was created.CategoryProperties.Builder lastUpdateTime(Instant lastUpdateTime)
A timestamp that shows when the call analytics category was most recently updated.
lastUpdateTime - A timestamp that shows when the call analytics category was most recently updated.Copyright © 2021. All rights reserved.