public static interface UserSearchCriteria.Builder extends SdkPojo, CopyableBuilder<UserSearchCriteria.Builder,UserSearchCriteria>
| Modifier and Type | Method and Description |
|---|---|
UserSearchCriteria.Builder |
andConditions(Collection<UserSearchCriteria> andConditions)
A list of conditions which would be applied together with an
AND condition. |
UserSearchCriteria.Builder |
andConditions(Consumer<UserSearchCriteria.Builder>... andConditions)
A list of conditions which would be applied together with an
AND condition. |
UserSearchCriteria.Builder |
andConditions(UserSearchCriteria... andConditions)
A list of conditions which would be applied together with an
AND condition. |
default UserSearchCriteria.Builder |
hierarchyGroupCondition(Consumer<HierarchyGroupCondition.Builder> hierarchyGroupCondition)
A leaf node condition which can be used to specify a hierarchy group condition.
|
UserSearchCriteria.Builder |
hierarchyGroupCondition(HierarchyGroupCondition hierarchyGroupCondition)
A leaf node condition which can be used to specify a hierarchy group condition.
|
UserSearchCriteria.Builder |
orConditions(Collection<UserSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
UserSearchCriteria.Builder |
orConditions(Consumer<UserSearchCriteria.Builder>... orConditions)
A list of conditions which would be applied together with an
OR condition. |
UserSearchCriteria.Builder |
orConditions(UserSearchCriteria... orConditions)
A list of conditions which would be applied together with an
OR condition. |
default UserSearchCriteria.Builder |
stringCondition(Consumer<StringCondition.Builder> stringCondition)
A leaf node condition which can be used to specify a string condition.
|
UserSearchCriteria.Builder |
stringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserSearchCriteria.Builder orConditions(Collection<UserSearchCriteria> 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.UserSearchCriteria.Builder orConditions(UserSearchCriteria... 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.UserSearchCriteria.Builder orConditions(Consumer<UserSearchCriteria.Builder>... orConditions)
A list of conditions which would be applied together with an OR condition.
UserSearchCriteria.Builder avoiding the need to create
one manually via UserSearchCriteria.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
UserSearchCriteria.Builder#orConditions(java.util.Collection) UserSearchCriteria.Builder andConditions(Collection<UserSearchCriteria> 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.UserSearchCriteria.Builder andConditions(UserSearchCriteria... 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.UserSearchCriteria.Builder andConditions(Consumer<UserSearchCriteria.Builder>... andConditions)
A list of conditions which would be applied together with an AND condition.
UserSearchCriteria.Builder avoiding the need to create
one manually via UserSearchCriteria.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
UserSearchCriteria.Builder#andConditions(java.util.Collection) UserSearchCriteria.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 UserSearchCriteria.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)UserSearchCriteria.Builder hierarchyGroupCondition(HierarchyGroupCondition hierarchyGroupCondition)
A leaf node condition which can be used to specify a hierarchy group condition.
hierarchyGroupCondition - A leaf node condition which can be used to specify a hierarchy group condition.default UserSearchCriteria.Builder hierarchyGroupCondition(Consumer<HierarchyGroupCondition.Builder> hierarchyGroupCondition)
A leaf node condition which can be used to specify a hierarchy group condition.
This is a convenience method that creates an instance of theHierarchyGroupCondition.Builder avoiding
the need to create one manually via HierarchyGroupCondition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to hierarchyGroupCondition(HierarchyGroupCondition).
hierarchyGroupCondition - a consumer that will call methods on HierarchyGroupCondition.BuilderhierarchyGroupCondition(HierarchyGroupCondition)Copyright © 2023. All rights reserved.