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