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

#import <Schedule.h>

Inheritance diagram for Schedule:

Instance Methods

(id) - initWithDictionary:
 
(NSString *) - JSON
 
(NSDictionary *) - proxyForJSON
 

Class Methods

(Schedule *) + scheduleWithDictionary:
 

Properties

NSString * scheduleId
 
NSString * scheduledDate
 

Detailed Description

Represents a campaign Schedule in Constant Contact

Method Documentation

- (id) initWithDictionary: (NSDictionary *)  dictionary

Factory method to create a Schedule object from an dictionary

Parameters
Dictionary*dictionary - associative dictionary of initial properties to set
Returns
Schedule *
- (NSString *) JSON

Create json used for a POST/PUT request, also handles removing attributes that will cause errors if sent

Returns
NSString
- (NSDictionary *) proxyForJSON
+ (Schedule *) scheduleWithDictionary: (NSDictionary *)  dictionary

Property Documentation

- (NSString*) scheduledDate
readwritenonatomicstrong
- (NSString*) scheduleId
readnonatomicstrong

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