Package com.mypurecloud.sdk.v2.model
Class EmergencyCallFlow
java.lang.Object
com.mypurecloud.sdk.v2.model.EmergencyCallFlow
- All Implemented Interfaces:
Serializable
An emergency flow associates a call flow to use in an emergency with the ivr(s) to route to it.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionemergencyFlow(DomainEntityRef emergencyFlow) The call flow to execute in an emergency.booleangetIvrs()inthashCode()ivrs(List<DomainEntityRef> ivrs) The IVR(s) to route to the call flow during an emergency.voidsetEmergencyFlow(DomainEntityRef emergencyFlow) voidsetIvrs(List<DomainEntityRef> ivrs) toString()
-
Constructor Details
-
EmergencyCallFlow
public EmergencyCallFlow() -
EmergencyCallFlow
-
-
Method Details
-
emergencyFlow
The call flow to execute in an emergency. -
getEmergencyFlow
-
setEmergencyFlow
-
ivrs
The IVR(s) to route to the call flow during an emergency. -
getIvrs
-
setIvrs
-
equals
-
hashCode
public int hashCode() -
toString
-