| Class | Description |
|---|---|
| MatchExpression |
Overview
Match Expressions are built like "if" conditions in any common programming language.
|
| MatchingUtils | |
| RoomProperties |
A list of additional properties that can be used in MatchExpressions for Room objects
|
| UserProperties |
A list of additional properties that can be used in MatchExpressions for User objects
|
| Enum | Description |
|---|---|
| BoolMatch |
This matcher is used in MatchExpressions to check boolean conditions
|
| NumberMatch |
This matcher is used in MatchExpressions to check Numeric conditions
|
| StringMatch |
This matcher is used in MatchExpressions to check String conditions
|