FindRoomsRequest Class Reference
| 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
Class Methods
requestWithExpr:groupId:limit:
the match expression
+ (id)requestWithExpr:(MatchExpression *)expr groupId:(NSString *)groupId limit:(NSInteger)limitParameters
- 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)
See Also
Declared In
FindRoomsRequest.h