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

#import <JiveAssociationsRequestOptions.h>

Inheritance diagram for JiveAssociationsRequestOptions:
JivePagedRequestOptions JiveCountRequestOptions JiveReturnFieldsRequestOptions

Instance Methods

(void) - addType:
 Helper method to simplify adding an object type to filter by.
 
- Instance Methods inherited from JiveReturnFieldsRequestOptions
(void) - addField:
 Helper method to add a field to the fields array.
 

Properties

NSArray * types
 Filter by object type(s) (document, group, etc.)
 
- 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.
 

Detailed Description