public static interface RoutingProfileSearchCriteria.Builder extends SdkPojo, CopyableBuilder<RoutingProfileSearchCriteria.Builder,RoutingProfileSearchCriteria>
| Modifier and Type | Method and Description |
|---|---|
RoutingProfileSearchCriteria.Builder |
andConditions(Collection<RoutingProfileSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
RoutingProfileSearchCriteria.Builder |
andConditions(Consumer<RoutingProfileSearchCriteria.Builder>... andConditions)
A list of conditions which would be applied together with an AND condition.
|
RoutingProfileSearchCriteria.Builder |
andConditions(RoutingProfileSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
RoutingProfileSearchCriteria.Builder |
orConditions(Collection<RoutingProfileSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
RoutingProfileSearchCriteria.Builder |
orConditions(Consumer<RoutingProfileSearchCriteria.Builder>... orConditions)
A list of conditions which would be applied together with an OR condition.
|
RoutingProfileSearchCriteria.Builder |
orConditions(RoutingProfileSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
default RoutingProfileSearchCriteria.Builder |
stringCondition(Consumer<StringCondition.Builder> stringCondition)
A leaf node condition which can be used to specify a string condition.
|
RoutingProfileSearchCriteria.Builder |
stringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRoutingProfileSearchCriteria.Builder orConditions(Collection<RoutingProfileSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
orConditions - A list of conditions which would be applied together with an OR condition.RoutingProfileSearchCriteria.Builder orConditions(RoutingProfileSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
orConditions - A list of conditions which would be applied together with an OR condition.RoutingProfileSearchCriteria.Builder orConditions(Consumer<RoutingProfileSearchCriteria.Builder>... orConditions)
A list of conditions which would be applied together with an OR condition.
This is a convenience method that creates an instance of theRoutingProfileSearchCriteria.Builder avoiding the need
to create one manually via
RoutingProfileSearchCriteria.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #orConditions(List.
orConditions - a consumer that will call methods on
RoutingProfileSearchCriteria.Builder#orConditions(java.util.Collection) RoutingProfileSearchCriteria.Builder andConditions(Collection<RoutingProfileSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
andConditions - A list of conditions which would be applied together with an AND condition.RoutingProfileSearchCriteria.Builder andConditions(RoutingProfileSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
andConditions - A list of conditions which would be applied together with an AND condition.RoutingProfileSearchCriteria.Builder andConditions(Consumer<RoutingProfileSearchCriteria.Builder>... andConditions)
A list of conditions which would be applied together with an AND condition.
This is a convenience method that creates an instance of theRoutingProfileSearchCriteria.Builder avoiding the need
to create one manually via
RoutingProfileSearchCriteria.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #andConditions(List.
andConditions - a consumer that will call methods on
RoutingProfileSearchCriteria.Builder#andConditions(java.util.Collection) RoutingProfileSearchCriteria.Builder stringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are name, description,
and resourceID.
stringCondition - A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are name,
description, and resourceID.
default RoutingProfileSearchCriteria.Builder stringCondition(Consumer<StringCondition.Builder> stringCondition)
A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are name, description,
and resourceID.
StringCondition.Builder avoiding
the need to create one manually via StringCondition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to stringCondition(StringCondition).
stringCondition - a consumer that will call methods on StringCondition.BuilderstringCondition(StringCondition)Copyright © 2023. All rights reserved.