Package com.mypurecloud.sdk.v2.model
Class TelephonySettings
java.lang.Object
com.mypurecloud.sdk.v2.model.TelephonySettings
- All Implemented Interfaces:
Serializable
TelephonySettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblockCallerIdAccessCode(String blockCallerIdAccessCode) Configurable code that should be exempt from caller ID manipulation (e.g. *67 for anonymized calling)booleaninthashCode()persistentConnectionRequired(Boolean persistentConnectionRequired) Determines if a persistent connection will be established before routing calls to agentsvoidsetBlockCallerIdAccessCode(String blockCallerIdAccessCode) voidsetPersistentConnectionRequired(Boolean persistentConnectionRequired) toString()
-
Constructor Details
-
TelephonySettings
public TelephonySettings() -
TelephonySettings
-
-
Method Details
-
persistentConnectionRequired
Determines if a persistent connection will be established before routing calls to agents -
getPersistentConnectionRequired
-
setPersistentConnectionRequired
-
blockCallerIdAccessCode
Configurable code that should be exempt from caller ID manipulation (e.g. *67 for anonymized calling) -
getBlockCallerIdAccessCode
-
setBlockCallerIdAccessCode
-
equals
-
hashCode
public int hashCode() -
toString
-