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

#import <ContactList.h>

Inheritance diagram for ContactList:

Instance Methods

(id) - initWithDictionary:
 
(NSString *) - JSON
 
(NSString *) - JSONForMinimal
 
(NSDictionary *) - proxyForMinimal
 

Class Methods

(ContactList *) + contactListWithDictionary:
 

Properties

NSString * listId
 
int contactCount
 
NSString * name
 
NSString * status
 
NSString * createdDate
 
NSString * modifiedDate
 

Method Documentation

+ (ContactList *) contactListWithDictionary: (NSDictionary *)  dictionary
- (id) initWithDictionary: (NSDictionary *)  dictionary
- (NSString *) JSON
- (NSString *) JSONForMinimal
- (NSDictionary *) proxyForMinimal

Property Documentation

- (int) contactCount
readnonatomicassign
- (NSString*) createdDate
readwritenonatomicstrong
- (NSString*) listId
readnonatomicstrong
- (NSString*) modifiedDate
readwritenonatomicstrong
- (NSString*) name
readwritenonatomicstrong
- (NSString*) status
readwritenonatomicstrong

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