ConstantContact iOS SDK
Instance Methods | Properties | List of all members
ResultSet Class Reference

#import <ResultSet.h>

Inheritance diagram for ResultSet:

Instance Methods

(id) - initResultSetWithResults:andMeta:
 

Properties

NSArray * results
 
NSString * next
 

Detailed Description

Container for a get on a collection, such as Contacts, Campaigns, or TrackingData.

Method Documentation

- (id) initResultSetWithResults: (NSArray *)  results
andMeta: (NSDictionary *)  meta 

Constructor to create a ResultSet from the results/meta response when performing a get on a collection

Parameters
NSArray*results - results array from request
NSDictionary*meta - meta dictionary from request

Property Documentation

- (NSString*) next
readwritenonatomicstrong
- (NSArray*) results
readwritenonatomicstrong

The documentation for this class was generated from the following files: