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