Package sfs3.client.entities.match
package sfs3.client.entities.match
-
ClassDescriptionThe BoolMatch class is used in matching expressions to check boolean conditions.The IMatcher interface defines the properties of an object representing a condition to be used in a matching expression exposes.The LogicOperator class is used to concatenate two matching expressions using the AND or OR logical operator.The MatchExpression class represents a matching expression used to compare custom variables or predefined properties when searching for users or Rooms.The NumberMatch class is used in matching expressions to check numeric conditions.The RoomProperties class contains the names of predefined properties that can be used in matching expressions to search/filter Rooms.The StringMatch class is used in matching expressions to check string conditions.The UserProperties class contains the names of predefined properties that can be used in matching expressions to search/filter users.