#import <Activity.h>
Represents a single Activity in Constant Contact
+ (Activity *) activityWithDictionary: |
|
(NSDictionary *) |
dictionary |
|
- (id) initWithDictionary: |
|
(NSDictionary *) |
dictionary |
|
Factory method to create an Activity object from an dictionary
- Parameters
-
NSDictionary | *dictionary - dictionary with propertyes to set |
- Returns
- Activity
Create jsonDict used for a POST/PUT request, also handles removing attributes that will cause errors if sent
- Returns
- NSMutableDictionary - dictionary that can be used to create json, or can be added in another json string
- (NSString*) contactCount |
|
readwritenonatomicstrong |
- (NSString*) createdDate |
|
readwritenonatomicstrong |
- (NSMutableArray*) errors |
|
readwritenonatomicstrong |
- (NSMutableArray*) warnings |
|
readwritenonatomicstrong |
The documentation for this class was generated from the following files:
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/Activites/Activity.h
- /Users/grigorievs/Documents/work/Code/constantcontact/ios-sdk/CTCTWrapper/Components/Activites/Activity.m