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

#import <JiveDateLimitedRequestOptions.h>

Inheritance diagram for JiveDateLimitedRequestOptions:
JiveCountRequestOptions JiveReturnFieldsRequestOptions JiveInboxOptions

Properties

NSDate * after
 Date and time representing the minimum "last activity in a collection" timestamp for selecting activities (cannot specify both after and before)
 
NSDate * before
 Date and time representing the maxium "last activity in a collection" timestamp for selecting activities (cannot specify both after and before)
 
BOOL collapse
 Whether collapse the results such that there is only one entry per jive object.
 
- 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

Part of many request options, such as: https://docs.developers.jivesoftware.com/api/v3/cloud/rest/ActivityService.html#getActivity(String,%20String,%20int,%20List<String>,%20String,%20boolean,%20String,%20boolean)