RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.andConditions(Collection<RoutingProfileSearchCriteria> andConditions) |
A list of conditions which would be applied together with an AND condition.
|
RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.andConditions(Consumer<RoutingProfileSearchCriteria.Builder>... andConditions) |
A list of conditions which would be applied together with an AND condition.
|
RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.andConditions(RoutingProfileSearchCriteria... andConditions) |
A list of conditions which would be applied together with an AND condition.
|
static RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.builder() |
|
RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.orConditions(Collection<RoutingProfileSearchCriteria> orConditions) |
A list of conditions which would be applied together with an OR condition.
|
RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.orConditions(Consumer<RoutingProfileSearchCriteria.Builder>... orConditions) |
A list of conditions which would be applied together with an OR condition.
|
RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.orConditions(RoutingProfileSearchCriteria... orConditions) |
A list of conditions which would be applied together with an OR condition.
|
default RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.stringCondition(Consumer<StringCondition.Builder> stringCondition) |
A leaf node condition which can be used to specify a string condition.
|
RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.stringCondition(StringCondition stringCondition) |
A leaf node condition which can be used to specify a string condition.
|
RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.toBuilder() |
|