Avaya Conferencing Provider API

com.avaya.conferencing.api.acp.control
Class MessageSet

java.lang.Object
  extended by com.avaya.conferencing.api.acp.control.AbstractConnectionSpecificResource
      extended by com.avaya.conferencing.api.acp.control.MessageSet
All Implemented Interfaces:
ConnectionSpecificResource

public abstract class MessageSet
extends AbstractConnectionSpecificResource

A prompt set is a set of prompts.

Since:
5.1.0.0.29

Constructor Summary
MessageSet()
           
 
Method Summary
abstract  java.lang.String getExternalId()
          Returns the external ID (typically a database id) for this MessageSet.
abstract  java.lang.String getName()
          Gets the name of this MessageSet object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.avaya.conferencing.api.acp.control.ConnectionSpecificResource
getResourceClass
 

Constructor Detail

MessageSet

public MessageSet()
Method Detail

getName

public abstract java.lang.String getName()
Gets the name of this MessageSet object.

Returns:
the name of this MessageSet object.
Since:
5.1.0.0.29

getExternalId

public abstract java.lang.String getExternalId()
Returns the external ID (typically a database id) for this MessageSet.

Returns:
the external ID (typically a database id) for this MessageSet.
Since:
5.1.1.0.8

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.