Avaya Client Services API Reference (iOS)
Instance Methods | Properties | List of all members
CSIdentified Class Reference

Interface for SDK objects that have persistent and unique IDs within their scope. More...

#import <CSIdentified.h>

Inherits NSObject.

Instance Methods

(instancetype) - initWithIntegerID:
 

Properties

NSInteger integerID
 Get the item's ID as a long integer. More...
 
NSString * stringID
 Get the item's ID as a string. More...
 

Detailed Description

Interface for SDK objects that have persistent and unique IDs within their scope.

There's support here for getting the ID as either a long integer or a string, so that clients can use whichever of the two is most convenient for them. The two representations of the ID must be consistent and unchanging.

Method Documentation

- (instancetype) initWithIntegerID: (NSInteger)  integerID

Property Documentation

- (NSInteger) integerID
readnonatomicassign

Get the item's ID as a long integer.

Returns
The item's ID as a long integer.
- (NSString*) stringID
readnonatomicassign

Get the item's ID as a string.

Returns
The item's ID as a string.

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