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

#import <JiveCommentsRequestOptions.h>

Inheritance diagram for JiveCommentsRequestOptions:
JivePagedRequestOptions JiveCountRequestOptions JiveReturnFieldsRequestOptions

Properties

NSURL * anchor
 optional URI for a comment to anchor at. Specifying a anchor will try to return the page containing the anchor. If the anchor could not be found then the first page of comments will be returned.
 
BOOL excludeReplies
 Flag indicating whether to exclude replies (and therefore return direct comments only)
 
BOOL hierarchical
 Flag indicating that comments should be returned in hierarchical order instead of chronological order.
 
- Properties inherited from JivePagedRequestOptions
NSUInteger startIndex
 Zero-relative index of the first instance to be returned.
 
- Properties inherited from JiveCountRequestOptions
NSUInteger count
 Maximum number of results to be returned.
 
- Properties inherited from JiveReturnFieldsRequestOptions
NSArray * fields
 Fields to be returned.
 

Additional Inherited Members

- Instance Methods inherited from JiveReturnFieldsRequestOptions
(void) - addField:
 Helper method to add a field to the fields array.
 

Detailed Description

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