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

#import <EventPatch.h>

Inheritance diagram for EventPatch:

Instance Methods

(NSString *) - JSON
 

Properties

NSString * op
 
NSString * path
 
NSString * value
 
EventPatchOpEnumeventPatchOpEnum
 
EventPatchValueEnumeventPatchValueEnum
 
EventPatchStatusEnumeventPatchStatusEnum
 

Method Documentation

- (NSString *) JSON

Property Documentation

- (EventPatchOpEnum*) eventPatchOpEnum
readwritenonatomicstrong

Enumeration class that contains valid options for event patch op (option) element

- (EventPatchStatusEnum*) eventPatchStatusEnum
readwritenonatomicstrong

Enumeration class that contains valid options for event patch status element

- (EventPatchValueEnum*) eventPatchValueEnum
readwritenonatomicstrong

Enumeration class that contains valid options for event patch path element

- (NSString*) op
readwritenonatomicstrong

The operation to perform values in EventPatchOpEnum class

- (NSString*) path
readwritenonatomicstrong

Where in the object to perform it , values in EventPatchOpEnum class

- (NSString*) value
readwritenonatomicstrong

The new value to write, values in EventPatchValueEnum class


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