public static interface TopicCategoryFilterConstant.Builder extends SdkPojo, CopyableBuilder<TopicCategoryFilterConstant.Builder,TopicCategoryFilterConstant>
| Modifier and Type | Method and Description |
|---|---|
TopicCategoryFilterConstant.Builder |
collectiveConstant(CollectiveConstant collectiveConstant)
A collective constant used in a category filter.
|
default TopicCategoryFilterConstant.Builder |
collectiveConstant(Consumer<CollectiveConstant.Builder> collectiveConstant)
A collective constant used in a category filter.
|
TopicCategoryFilterConstant.Builder |
constantType(ConstantType constantType)
The type of category filter constant.
|
TopicCategoryFilterConstant.Builder |
constantType(String constantType)
The type of category filter constant.
|
TopicCategoryFilterConstant.Builder |
singularConstant(String singularConstant)
A singular constant used in a category filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTopicCategoryFilterConstant.Builder constantType(String constantType)
The type of category filter constant. This element is used to specify whether a constant is a singular or
collective. Valid values are SINGULAR and COLLECTIVE.
constantType - The type of category filter constant. This element is used to specify whether a constant is a singular
or collective. Valid values are SINGULAR and COLLECTIVE.ConstantType,
ConstantTypeTopicCategoryFilterConstant.Builder constantType(ConstantType constantType)
The type of category filter constant. This element is used to specify whether a constant is a singular or
collective. Valid values are SINGULAR and COLLECTIVE.
constantType - The type of category filter constant. This element is used to specify whether a constant is a singular
or collective. Valid values are SINGULAR and COLLECTIVE.ConstantType,
ConstantTypeTopicCategoryFilterConstant.Builder singularConstant(String singularConstant)
A singular constant used in a category filter. This element is used to specify a single value for the constant.
singularConstant - A singular constant used in a category filter. This element is used to specify a single value for the
constant.TopicCategoryFilterConstant.Builder collectiveConstant(CollectiveConstant collectiveConstant)
A collective constant used in a category filter. This element is used to specify a list of values for the constant.
collectiveConstant - A collective constant used in a category filter. This element is used to specify a list of values for
the constant.default TopicCategoryFilterConstant.Builder collectiveConstant(Consumer<CollectiveConstant.Builder> collectiveConstant)
A collective constant used in a category filter. This element is used to specify a list of values for the constant.
This is a convenience method that creates an instance of theCollectiveConstant.Builder avoiding the
need to create one manually via CollectiveConstant.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to collectiveConstant(CollectiveConstant).
collectiveConstant - a consumer that will call methods on CollectiveConstant.BuildercollectiveConstant(CollectiveConstant)Copyright © 2023. All rights reserved.