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

#import <JiveInboxOptions.h>

Inheritance diagram for JiveInboxOptions:
JiveDateLimitedRequestOptions JiveCountRequestOptions JiveReturnFieldsRequestOptions

Instance Methods

(void) - addType:
 Helper method to simplify adding a type to the types array. Checks for duplicate types.
 
(void) - addDirective:
 Helper method to simplify adding a directive. Checks for duplicate directives.
 
(void) - addCollectionID:
 Helper method to simplify adding collection IDs to be skipped when collapsing the results. Checks for duplicate collection ids.
 
- Instance Methods inherited from JiveReturnFieldsRequestOptions
(void) - addField:
 Helper method to add a field to the fields array.
 

Properties

BOOL unread
 Indicates if only unread entries should be returned.
 
NSString * authorID
 Select entries authored by the specified person, identified by authorID. Mutually exclusive with authorURL.
 
NSURL * authorURL
 Select entries authored by the specified person, identified by URL. Mutually exclusive with authorID.
 
NSArray * types
 Select entries of the specified type. One or more types can be specified.
 
NSArray * directives
 Special directive(s) used to transform results.
 
BOOL oldestUnread
 Effective only when "collapse" is true. When this flag is set to true, service includes oldest unread item in collapsed list.
 
NSArray * collapseSkipCollectionIDs
 The collection IDs to skip when collapsing the results.
 
- Properties inherited from JiveDateLimitedRequestOptions
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.
 

Detailed Description

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