#import <JiveStateRequestOptions.h>
Instance Methods | |
(void) | - addState: |
Helper method to simplify adding a state to the states array. | |
![]() | |
(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) | |
![]() | |
NSUInteger | startIndex |
Zero-relative index of the first instance to be returned. | |
![]() | |
NSUInteger | count |
Maximum number of results to be returned. | |
![]() | |
NSArray * | fields |
Fields to be returned. | |
https://docs.developers.jivesoftware.com/api/v3/cloud/rest/MemberService.html#getMembersByGroup(String,%20List<String>,%20int,%20int,%20String)