Avaya Client Services API Reference (OS X)
Properties | List of all members
CSTerminal Class Reference

Represents an immutable terminal contact object. More...

#import <CSTerminal.h>

Inherits NSObject.

Properties

NSString * name
 The name of the terminal. More...
 
NSString * phoneNumber
 The dialable terminal number. More...
 

Detailed Description

Represents an immutable terminal contact object.

Terminals can be retrieved by using CSContactService methods searchTerminalsWithRequest:watcher: (CSContactService). This methos takes a DataRetrievalWatcher argument which allows the application to be notified about the status of the operation and changes to the list of terminals retrieved.

This object cannot be used to edit the terminal contact record.

Property Documentation

- (NSString*) name
readnonatomicassign

The name of the terminal.

- (NSString*) phoneNumber
readnonatomicassign

The dialable terminal number.

This number is used to add the terminal to a conference.


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