![]() |
ConstantContact iOS SDK
|
#import <ResultSet.h>
Instance Methods | |
| (id) | - initResultSetWithResults:andMeta: |
Properties | |
| NSArray * | results |
| NSString * | next |
Container for a get on a collection, such as Contacts, Campaigns, or TrackingData.
| - (id) initResultSetWithResults: | (NSArray *) | results | |
| andMeta: | (NSDictionary *) | meta | |
Constructor to create a ResultSet from the results/meta response when performing a get on a collection
| NSArray | *results - results array from request |
| NSDictionary | *meta - meta dictionary from request |
|
readwritenonatomicstrong |
|
readwritenonatomicstrong |
1.8.9.1