#import <JiveTrendingContentRequestOptions.h>
Instance Methods | |
| (void) | - addType: |
| Helper method to simplify adding a type to the types array. | |
Instance Methods inherited from JiveReturnFieldsRequestOptions | |
| (void) | - addField: |
| Helper method to add a field to the fields array. | |
Properties | |
| NSArray * | types |
| one or more object types of desired contained content objects | |
Properties inherited from JiveTrendingPeopleRequestOptions | |
| NSURL * | url |
| users that are trending in this place URI | |
Properties inherited from JiveCountRequestOptions | |
| NSUInteger | count |
| Maximum number of results to be returned. | |
Properties inherited from JiveReturnFieldsRequestOptions | |
| NSArray * | fields |
| Fields to be returned. | |
https://docs.developers.jivesoftware.com/api/v3/cloud/rest/ContentService.html#getTrendingContent(List<String>,%20int,%20String,%20boolean)