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

#import <JivePeopleRequestOptions.h>

Inherits JiveFilterTagsRequestOptions.

Instance Methods

(void) - addID:
 Helper method to simplify adding person ids to the ids array.
 
(void) - setHireDateBetween:and:
 Method to set the hire date range to filter by.
 

Properties

NSString * title
 Title to filter by. Can be mixed with other filters.
 
NSString * department
 Department to filter by. Can be mixed with other filters.
 
NSString * location
 Location to filter by. Can be mixed with other filters.
 
NSString * company
 Company to filter by. Can be mixed with other filters.
 
NSString * office
 Office to filter by. Can be mixed with other filters.
 
NSDate * hiredAfter
 Oldest hire date to filter by. Use the setter below. Can be mixed with other filters.
 
NSArray * ids
 Person IDs of the individual people to be returned. Can be mixed with other filters. More...
 
NSString * query
 Query string containing search terms (or null for no search criteria). Can be mixed with other filters.
 

Detailed Description

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

Property Documentation

- (NSArray*) ids
readwritenonatomicstrong

Person IDs of the individual people to be returned. Can be mixed with other filters.

Newest hire date to filter by. Use the setter below. Can be mixed with other filters.