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

#import <LibraryFolder.h>

Inheritance diagram for LibraryFolder:

Instance Methods

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

Class Methods

(LibraryFolder *) + folderWithDictionary:
 

Properties

NSString * folderId
 
NSString * name
 
int level
 
NSMutableArray * children
 
int itemCount
 
NSString * parrentId
 
NSString * modifiedDate
 
NSString * createdDate
 

Detailed Description

Represents a folder in Constant Contact

Method Documentation

+ (LibraryFolder *) folderWithDictionary: (NSDictionary *)  dictionary
- (id) initWithDictionary: (NSDictionary *)  dictionary

Factory method to create an folder object from an dictionary

Parameters
NSDictionary*dictionary - dictionary with propertyes to set
Returns
Activity
- (NSString *) JSON
- (NSDictionary *) proxyForJSON

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

Property Documentation

- (NSMutableArray*) children
readwritenonatomicstrong
- (NSString*) createdDate
readwritenonatomicstrong
- (NSString*) folderId
readnonatomicstrong
- (int) itemCount
readwritenonatomicassign
- (int) level
readwritenonatomicassign
- (NSString*) modifiedDate
readwritenonatomicstrong
- (NSString*) name
readwritenonatomicstrong
- (NSString*) parrentId
readwritenonatomicstrong

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