Package com.mypurecloud.sdk.v2.model
Class AgentChecklistItem
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentChecklistItem
- All Implemented Interfaces:
Serializable
AgentChecklistItem
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautomatedCheckEnabled(Boolean automatedCheckEnabled) Flag to indicate whether automated check is enabled for this checklist item.description(String description) Description of the checklist item.booleanexactPhraseMatch(Boolean exactPhraseMatch) Flag to indicate whether exact phrase matching is applicable for this checklist item.getId()getName()inthashCode()Flag to indicate whether this checklist item is marked as important.Name of the checklist item.voidsetAutomatedCheckEnabled(Boolean automatedCheckEnabled) voidsetDescription(String description) voidsetExactPhraseMatch(Boolean exactPhraseMatch) voidsetImportant(Boolean important) voidtoString()
-
Constructor Details
-
AgentChecklistItem
public AgentChecklistItem() -
AgentChecklistItem
-
-
Method Details
-
getId
-
name
Name of the checklist item. -
getName
-
setName
-
description
Description of the checklist item. -
getDescription
-
setDescription
-
automatedCheckEnabled
Flag to indicate whether automated check is enabled for this checklist item. -
getAutomatedCheckEnabled
-
setAutomatedCheckEnabled
-
exactPhraseMatch
Flag to indicate whether exact phrase matching is applicable for this checklist item. -
getExactPhraseMatch
-
setExactPhraseMatch
-
important
Flag to indicate whether this checklist item is marked as important. -
getImportant
-
setImportant
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-