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

#import <Note.h>

Inheritance diagram for Note:

Instance Methods

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

Class Methods

(Note *) + NoteWithDictionary:
 

Properties

NSString * noteId
 
NSString * note
 
NSString * createdDate
 

Method Documentation

- (id) initWithDictionary: (NSDictionary *)  dictionary

Factory method to create a Note object from an array

Parameters
array$props- Associative array of initial properties to set
Returns
Note
- (NSString *) JSON
+ (Note *) NoteWithDictionary: (NSDictionary *)  dictionary
- (NSDictionary *) proxyForJSON

Property Documentation

- (NSString*) createdDate
readnonatomicstrong
- (NSString*) note
readwritenonatomicstrong
- (NSString*) noteId
readnonatomicstrong

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