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

#import <JiveContentRequestOptions.h>

Inheritance diagram for JiveContentRequestOptions:
JivePlacesRequestOptions JivePlacePlacesRequestOptions

Instance Methods

(void) - addAuthor:
 Helper method to simplify adding an Author URL to the authors array.
 
- Instance Methods inherited from JivePlacesRequestOptions
(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 * authors
 one or more person URIs
 
NSURL * place
 place URI where the content lives
 
- Properties inherited from JivePlacesRequestOptions
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

https://docs.developers.jivesoftware.com/api/v3/cloud/rest/ContentService.html#getContents(List<String>,%20String,%20int,%20int,%20String,%20boolean,%20boolean)