Package com.mypurecloud.sdk.v2.model
Class ChecklistItem
java.lang.Object
com.mypurecloud.sdk.v2.model.ChecklistItem
- All Implemented Interfaces:
Serializable
ChecklistItem
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumChecklist state as evaluated by the agent.static enumChecklist state as evaluated by the model. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautomatedCheckEnabled(Boolean automatedCheckEnabled) Flag to indicate whether automated check is enabled for this checklist item.dateLastModifiedByAgent(Date dateLastModifiedByAgent) Date when the checklist item was last modified by the agent.dateLastModifiedByModel(Date dateLastModifiedByModel) Date when the checklist item was last modified by the model.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()ID of the checklist item.Flag to indicate whether this checklist item is marked as important.lastModifiedInAcw(Boolean lastModifiedInAcw) Flag to indicate whether this checklist item was modified in ACW.Name of the checklist item.voidsetAutomatedCheckEnabled(Boolean automatedCheckEnabled) voidsetDateLastModifiedByAgent(Date dateLastModifiedByAgent) voidsetDateLastModifiedByModel(Date dateLastModifiedByModel) voidsetDescription(String description) voidsetExactPhraseMatch(Boolean exactPhraseMatch) voidvoidsetImportant(Boolean important) voidsetLastModifiedInAcw(Boolean lastModifiedInAcw) voidvoidsetStateFromAgent(ChecklistItem.StateFromAgentEnum stateFromAgent) voidsetStateFromModel(ChecklistItem.StateFromModelEnum stateFromModel) stateFromAgent(ChecklistItem.StateFromAgentEnum stateFromAgent) Checklist state as evaluated by the agent.stateFromModel(ChecklistItem.StateFromModelEnum stateFromModel) Checklist state as evaluated by the model.toString()
-
Constructor Details
-
ChecklistItem
public ChecklistItem() -
ChecklistItem
-
-
Method Details
-
id
ID of the checklist item. -
getId
-
setId
-
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
-
stateFromModel
Checklist state as evaluated by the model. -
getStateFromModel
-
setStateFromModel
-
stateFromAgent
Checklist state as evaluated by the agent. -
getStateFromAgent
-
setStateFromAgent
-
dateLastModifiedByModel
Date when the checklist item was last modified by the model. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateLastModifiedByModel
-
setDateLastModifiedByModel
-
dateLastModifiedByAgent
Date when the checklist item was last modified by the agent. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateLastModifiedByAgent
-
setDateLastModifiedByAgent
-
lastModifiedInAcw
Flag to indicate whether this checklist item was modified in ACW. -
getLastModifiedInAcw
-
setLastModifiedInAcw
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-