#import <JivePlacePlacesRequestOptions.h>
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*". | |
https://docs.developers.jivesoftware.com/api/v3/cloud/rest/PlaceService.html#getPlacePlaces(String,%20int,%20int,%20String,%20List<String>,%20String)