Class CESConfiguration
- java.lang.Object
-
- com.avaya.clientservices.provider.ces.CESConfiguration
-
public class CESConfiguration extends java.lang.ObjectUser Configuration information for CES. This class provides the configuration data that allows a connection and access to be made to an CES Server
-
-
Constructor Summary
Constructors Constructor Description CESConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CredentialProvidergetCredentialProvider()Returns A CredentialProvider instance representing the object that provides the credentials.ServerInfogetServerInfo()Returns A ServerInfo value indicating the server to connect with.java.lang.StringgetVoicemailPIN()Returns A String value representing the Voicemail PIN.booleanisEnabled()Returns A Boolean value indicating whether the CES provider is enabled.voidsetCredentialProvider(CredentialProvider credentialProvider)Set the ICredentialProvider value representing the object that provides the credentials.voidsetEnabled(boolean enabled)Set the Boolean value indicating whether the CES provider is enabled.voidsetServerInfo(ServerInfo serverInfo)Set the ServerInfo value indicating the server to connect with.voidsetVoicemailPIN(java.lang.String voicemailPin)Set the String value representing the Voicemail PIN.
-
-
-
Method Detail
-
getCredentialProvider
public CredentialProvider getCredentialProvider()
Returns A CredentialProvider instance representing the object that provides the credentials.- Returns:
- A CredentialProvider instance representing the object that provides the credentials.
-
setCredentialProvider
public void setCredentialProvider(CredentialProvider credentialProvider)
Set the ICredentialProvider value representing the object that provides the credentials.- Parameters:
credentialProvider- ICredentialProvider value representing the object that provides the credentials.
-
isEnabled
public boolean isEnabled()
Returns A Boolean value indicating whether the CES provider is enabled.- Returns:
- A Boolean value indicating whether the CES provider is enabled.
-
setEnabled
public void setEnabled(boolean enabled)
Set the Boolean value indicating whether the CES provider is enabled.- Parameters:
enabled- Boolean value indicating whether the CES provider is enabled.
-
getServerInfo
public ServerInfo getServerInfo()
Returns A ServerInfo value indicating the server to connect with.- Returns:
- A ServerInfo value indicating the server to connect with.
-
setServerInfo
public void setServerInfo(ServerInfo serverInfo)
Set the ServerInfo value indicating the server to connect with.- Parameters:
serverInfo- ServerInfo value indicating the server to connect with.
-
getVoicemailPIN
public java.lang.String getVoicemailPIN()
Returns A String value representing the Voicemail PIN.- Returns:
- A String value representing the Voicemail PIN.
-
setVoicemailPIN
public void setVoicemailPIN(java.lang.String voicemailPin)
Set the String value representing the Voicemail PIN.- Parameters:
voicemailPin- String value representing the Voicemail PIN.
-
-