Accela SDK for iOS  V3.2
 All Classes Functions Properties Pages
AMParameter Class Reference
Inheritance diagram for AMParameter:

Instance Methods

(id) - initWithKey:
 
(NSData *) - toData
 

Properties

NSString * operationKey
 
NSMutableDictionary * body
 
NSMutableDictionary * criteria
 
NSMutableArray * elements
 

Method Documentation

- (id) initWithKey: (NSString *)  key

Init a parameter object with Key

Since
1.0
- (NSData*) toData

Returns an NSData object containing a representation of the instance of AMParameter class.

Returns
An NSData object representing the specific AMParameter instance.
Since
1.0

Property Documentation

- (NSMutableDictionary *) body
readwritenonatomicretain

Gets or sets the content that will be sent to the Accela Civic Cloud API.

Since
1.0
- (NSMutableDictionary *) criteria
readwritenonatomicretain

Gets or sets the criteria to find objects.

Since
1.0
- (NSMutableArray *) elements
readwritenonatomicretain

Gets or sets a collection that specify the name of the field that should be returned from Accela Civic Cloud API.

Since
1.0
- (NSString *) operationKey
readwritenonatomicretain

Gets or sets an identification representing the request.

Since
1.0

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