Inherits from BaseRequest : NSObject
Declared in FindRoomsRequest.h
FindRoomsRequest.m

Overview

Search Rooms in the system by matching their variables and properties against a MatchExpression

Tasks

Class Methods

requestWithExpr:groupId:limit:

the match expression

+ (id)requestWithExpr:(MatchExpression *)expr groupId:(NSString *)groupId limit:(NSInteger)limit

Parameters

expr

the match expression

groupId

the id of the Room Group where to perform the search, if null the search will be Zone-wide (default)

limit

the number of results wanted. Zero means no limit, we will get all results (default)

Declared In

FindRoomsRequest.h