UserSearchCriteria

The search criteria to be used to return users.

The name and description fields support "contains" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of conditions which would be applied together with an AND condition.

Link copied to clipboard

A leaf node condition which can be used to specify a hierarchy group condition.

Link copied to clipboard

A leaf node condition which can be used to specify a List condition to search users with attributes included in Lists like Proficiencies.

Link copied to clipboard

A list of conditions which would be applied together with an OR condition.

Link copied to clipboard

A leaf node condition which can be used to specify a string condition.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String