Package com.mypurecloud.sdk.v2.model
Class EmergencyGroup
java.lang.Object
com.mypurecloud.sdk.v2.model.EmergencyGroup
- All Implemented Interfaces:
Serializable
A group of emergency call flows to use in an emergency.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates if the resource is active, inactive, or deleted. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The resource's description.division(WritableDivision division) The division to which this entity belongs.emergencyCallFlows(List<EmergencyCallFlow> emergencyCallFlows) The emergency call flow(s) to use during an emergency.True if an emergency is occurring and the associated emergency call flow(s) should be used.booleangetId()getName()getState()inthashCode()The name of the entity.voidsetDescription(String description) voidsetDivision(WritableDivision division) voidsetEmergencyCallFlows(List<EmergencyCallFlow> emergencyCallFlows) voidsetEnabled(Boolean enabled) voidvoidsetVersion(Integer version) toString()The current version of the resource.
-
Constructor Details
-
EmergencyGroup
public EmergencyGroup() -
EmergencyGroup
-
-
Method Details
-
getId
-
name
The name of the entity. -
getName
-
setName
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
description
The resource's description. -
getDescription
-
setDescription
-
version
The current version of the resource. -
getVersion
-
setVersion
-
getDateCreated
-
getDateModified
-
getModifiedBy
-
getCreatedBy
-
getState
-
getModifiedByApp
-
getCreatedByApp
-
enabled
True if an emergency is occurring and the associated emergency call flow(s) should be used. False otherwise. -
getEnabled
-
setEnabled
-
emergencyCallFlows
The emergency call flow(s) to use during an emergency. -
getEmergencyCallFlows
-
setEmergencyCallFlows
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-