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