Uses of Class
com.mypurecloud.sdk.v2.model.ChecklistItem
Packages that use ChecklistItem
-
Uses of ChecklistItem in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ChecklistItemModifier and TypeMethodDescriptionChecklistItem.automatedCheckEnabled(Boolean automatedCheckEnabled) Flag to indicate whether automated check is enabled for this checklist item.ChecklistItem.dateLastModifiedByAgent(Date dateLastModifiedByAgent) Date when the checklist item was last modified by the agent.ChecklistItem.dateLastModifiedByModel(Date dateLastModifiedByModel) Date when the checklist item was last modified by the model.ChecklistItem.description(String description) Description of the checklist item.ChecklistItem.exactPhraseMatch(Boolean exactPhraseMatch) Flag to indicate whether exact phrase matching is applicable for this checklist item.ID of the checklist item.Flag to indicate whether this checklist item is marked as important.ChecklistItem.lastModifiedInAcw(Boolean lastModifiedInAcw) Flag to indicate whether this checklist item was modified in ACW.Name of the checklist item.ChecklistItem.stateFromAgent(ChecklistItem.StateFromAgentEnum stateFromAgent) Checklist state as evaluated by the agent.ChecklistItem.stateFromModel(ChecklistItem.StateFromModelEnum stateFromModel) Checklist state as evaluated by the model.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ChecklistItemModifier and TypeMethodDescriptionAgentChecklistInfo.getChecklistItems()AgentChecklistResponse.getChecklistItems()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type ChecklistItemModifier and TypeMethodDescriptionAgentChecklistInfo.checklistItems(List<ChecklistItem> checklistItems) List of individual Checklist Items.AgentChecklistResponse.checklistItems(List<ChecklistItem> checklistItems) List of individual Checklist Items.voidAgentChecklistInfo.setChecklistItems(List<ChecklistItem> checklistItems) voidAgentChecklistResponse.setChecklistItems(List<ChecklistItem> checklistItems)