public static interface PromptSearchCriteria.Builder extends SdkPojo, CopyableBuilder<PromptSearchCriteria.Builder,PromptSearchCriteria>
| Modifier and Type | Method and Description |
|---|---|
PromptSearchCriteria.Builder |
andConditions(Collection<PromptSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
PromptSearchCriteria.Builder |
andConditions(Consumer<PromptSearchCriteria.Builder>... andConditions)
A list of conditions which would be applied together with an AND condition.
|
PromptSearchCriteria.Builder |
andConditions(PromptSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
PromptSearchCriteria.Builder |
orConditions(Collection<PromptSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
PromptSearchCriteria.Builder |
orConditions(Consumer<PromptSearchCriteria.Builder>... orConditions)
A list of conditions which would be applied together with an OR condition.
|
PromptSearchCriteria.Builder |
orConditions(PromptSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
default PromptSearchCriteria.Builder |
stringCondition(Consumer<StringCondition.Builder> stringCondition)
A leaf node condition which can be used to specify a string condition.
|
PromptSearchCriteria.Builder |
stringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPromptSearchCriteria.Builder orConditions(Collection<PromptSearchCriteria> 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.PromptSearchCriteria.Builder orConditions(PromptSearchCriteria... 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.PromptSearchCriteria.Builder orConditions(Consumer<PromptSearchCriteria.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 thePromptSearchCriteria.Builder avoiding the need to
create one manually via PromptSearchCriteria.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
PromptSearchCriteria.Builder#orConditions(java.util.Collection) PromptSearchCriteria.Builder andConditions(Collection<PromptSearchCriteria> 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.PromptSearchCriteria.Builder andConditions(PromptSearchCriteria... 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.PromptSearchCriteria.Builder andConditions(Consumer<PromptSearchCriteria.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 thePromptSearchCriteria.Builder avoiding the need to
create one manually via PromptSearchCriteria.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
PromptSearchCriteria.Builder#andConditions(java.util.Collection) PromptSearchCriteria.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 PromptSearchCriteria.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.