Package com.mypurecloud.sdk.v2.model
Class AgentChecklistInfo
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentChecklistInfo
- All Implemented Interfaces:
Serializable
AgentChecklistInfo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchecklistItems(List<ChecklistItem> checklistItems) List of individual Checklist Items.booleangetId()getName()inthashCode()ID of the checklist.Name of the checklist.voidsetChecklistItems(List<ChecklistItem> checklistItems) voidvoidtoString()
-
Constructor Details
-
AgentChecklistInfo
public AgentChecklistInfo() -
AgentChecklistInfo
-
-
Method Details
-
id
ID of the checklist. -
getId
-
setId
-
name
Name of the checklist. -
getName
-
setName
-
checklistItems
List of individual Checklist Items. -
getChecklistItems
-
setChecklistItems
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-