Splunk MINT SDK for iOS  5.1
 All Classes Files Functions Variables Properties Macros
MintLimitedExtraData Class Reference

#import <MintLimitedExtraData.h>

Inherits NSObject.

Instance Methods

(void) - setValue:forKey:
 
(NSString *) - valueForKey:
 
(void) - removeValueForKey:
 
(void) - removeAllValues
 
(NSDictionary *) - extraDataDictionary
 

Detailed Description

The MintLimitedExtraData class contains a list of extra data key-value pairs to attach to requests.

Method Documentation

- (NSDictionary*) extraDataDictionary

Gets the extra data list.

- (void) removeAllValues

Removes all extra data from the extra data list.

- (void) removeValueForKey: (NSString *)  key

Removes data for a given key.

Parameters
keyThe key.
- (void) setValue: (NSString *)  value
forKey: (NSString *)  key 

Adds extra data as a key-value pair.

Parameters
valueThe value.
keyThe key.
- (NSString*) valueForKey: (NSString *)  key

Gets the value that corresponds to a given key.

Parameters
keyThe key.
Returns
The value.

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