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

#import <Contact.h>

Inheritance diagram for Contact:

Instance Methods

(id) - initWithDictionary:
 
(void) - addList:
 
(void) - addEmailAddress:
 
(void) - addAddress:
 
(NSString *) - JSONForInsert
 
(NSString *) - JSONForUpdate
 

Class Methods

(Contact *) + contactWithDictionary:
 

Properties

NSString * contactId
 
NSMutableArray * addresses
 
NSMutableArray * notes
 
NSString * cellPhone
 
NSString * companyName
 
NSMutableArray * customFields
 
NSMutableArray * emailAddresses
 
NSString * fax
 
NSString * firstName
 
NSString * homePhone
 
NSString * jobTitle
 
NSString * lastName
 
NSString * modifiedDate
 
NSMutableArray * lists
 
NSString * middleName
 
NSString * prefixName
 
NSString * sourceDetails
 
NSString * status
 
NSString * workPhone
 
BOOL confirmed
 
NSString * createdDate
 
NSString * source
 

Method Documentation

- (void) addAddress: (Address*)  address
- (void) addEmailAddress: (EmailAddress*)  emailAddress
- (void) addList: (ContactList*)  contactList
+ (Contact *) contactWithDictionary: (NSDictionary *)  dictionary
- (id) initWithDictionary: (NSDictionary *)  dictionary
- (NSString *) JSONForInsert
- (NSString *) JSONForUpdate

Property Documentation

- (NSMutableArray*) addresses
readwritenonatomicstrong
- (NSString*) cellPhone
readwritenonatomicstrong
- (NSString*) companyName
readwritenonatomicstrong
- (BOOL) confirmed
readwritenonatomicassign
- (NSString*) contactId
readnonatomicstrong
- (NSString*) createdDate
readwritenonatomicstrong
- (NSMutableArray*) customFields
readwritenonatomicstrong
- (NSMutableArray*) emailAddresses
readwritenonatomicstrong
- (NSString*) fax
readwritenonatomicstrong
- (NSString*) firstName
readwritenonatomicstrong
- (NSString*) homePhone
readwritenonatomicstrong
- (NSString*) jobTitle
readwritenonatomicstrong
- (NSString*) lastName
readwritenonatomicstrong
- (NSMutableArray*) lists
readwritenonatomicstrong
- (NSString*) middleName
readwritenonatomicstrong
- (NSString*) modifiedDate
readwritenonatomicstrong
- (NSMutableArray*) notes
readwritenonatomicstrong
- (NSString*) prefixName
readwritenonatomicstrong
- (NSString*) source
readwritenonatomicstrong
- (NSString*) sourceDetails
readwritenonatomicstrong
- (NSString*) status
readwritenonatomicstrong
- (NSString*) workPhone
readwritenonatomicstrong

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