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)
Sets the value of the StringCondition property for this object.
|
RoutingProfileSearchCriteria.Builder |
stringCondition(StringCondition stringCondition)
Sets the value of the StringCondition property for this object.
|
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)
stringCondition - The new value for the StringCondition property for this object.default RoutingProfileSearchCriteria.Builder stringCondition(Consumer<StringCondition.Builder> stringCondition)
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.