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