iOS SDK  v0.6.2-113-gb00714b
 All Classes Functions Properties
JivePlacePlacesRequestOptions Class Reference

#import <JivePlacePlacesRequestOptions.h>

Inheritance diagram for JivePlacePlacesRequestOptions:
JivePlacesRequestOptions JiveContentRequestOptions

Instance Methods

(void) - addType:
 Helper method for adding a type to the types array.
 
(void) - addSearchTerm:
 Will escape ,() for you. Helper method for adding a search term to the search terms array.
 

Properties

NSArray * types
 Select entries of the specified type. One or more types can be specified.
 
NSArray * search
 One or more search terms, separated by commas. You must escape any of the following special characters embedded in the search terms: comma (","), backslash ("\"), left parenthesis ("("), and right parenthesis (")") by preceding them with a backslash. Wildcards can be used, e.g. to search by substring use "*someSubstring*".
 

Detailed Description