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

#import <JivePlacesRequestOptions.h>

Inheritance diagram for JivePlacesRequestOptions:
JivePlacePlacesRequestOptions JiveContentRequestOptions

Instance Methods

(void) - addEntityType:descriptor:
 Helper method to add an objectType,objectID pair to the entity descriptors array.
 
- Instance Methods inherited from JivePlacePlacesRequestOptions
(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 * entityDescriptor
 one or more objectType,objectID pairs (this filter is likely only useful to those developing the Jive UI itself)
 
- Properties inherited from JivePlacePlacesRequestOptions
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