Package com.mypurecloud.sdk.v2.model
Class DialerResponsesetConfigChangeResponseSet
java.lang.Object
com.mypurecloud.sdk.v2.model.DialerResponsesetConfigChangeResponseSet
- All Implemented Interfaces:
Serializable
DialerResponsesetConfigChangeResponseSet
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) beepDetectionEnabled(Boolean beepDetectionEnabled) When beep detection is enabled, answering machine detection will wait for the beep before transferring the calldateCreated(Date dateCreated) Creation time of the entitydateModified(Date dateModified) Last modified time of the entitybooleangetId()getName()inthashCode()The globally unique identifier for the object.The UI-visible name of the objectresponses(Map<String, DialerResponsesetConfigChangeReaction> responses) Map of disposition identifiers to reactions.voidsetAdditionalProperties(Map<String, Object> additionalProperties) voidsetBeepDetectionEnabled(Boolean beepDetectionEnabled) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidvoidvoidsetResponses(Map<String, DialerResponsesetConfigChangeReaction> responses) voidsetVersion(Long version) toString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
DialerResponsesetConfigChangeResponseSet
public DialerResponsesetConfigChangeResponseSet() -
DialerResponsesetConfigChangeResponseSet
-
-
Method Details
-
responses
public DialerResponsesetConfigChangeResponseSet responses(Map<String, DialerResponsesetConfigChangeReaction> responses) Map of disposition identifiers to reactions. For example: {\"disposition.classification.callable.person\": {\"reactionType\": \"transfer\"}} -
getResponses
-
setResponses
-
beepDetectionEnabled
When beep detection is enabled, answering machine detection will wait for the beep before transferring the call -
getBeepDetectionEnabled
-
setBeepDetectionEnabled
-
additionalProperties
public DialerResponsesetConfigChangeResponseSet additionalProperties(Map<String, Object> additionalProperties) -
getAdditionalProperties
-
setAdditionalProperties
-
id
The globally unique identifier for the object. -
getId
-
setId
-
name
The UI-visible name of the object -
getName
-
setName
-
dateCreated
Creation time of the entity -
getDateCreated
-
setDateCreated
-
dateModified
Last modified time of the entity -
getDateModified
-
setDateModified
-
version
Required for updates, must match the version number of the most recent update -
getVersion
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-