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

#import <JiveStateRequestOptions.h>

Inheritance diagram for JiveStateRequestOptions:
JivePagedRequestOptions JiveCountRequestOptions JiveReturnFieldsRequestOptions

Instance Methods

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

Properties

NSArray * states
 List of states used to filter the returned results (default is all states)
 
- 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