#import <JiveStateRequestOptions.h>
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. | |
https://docs.developers.jivesoftware.com/api/v3/cloud/rest/MemberService.html#getMembersByGroup(String,%20List<String>,%20int,%20int,%20String)