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