Class AgentChecklistItem

java.lang.Object
com.mypurecloud.sdk.v2.model.AgentChecklistItem
All Implemented Interfaces:
Serializable

public class AgentChecklistItem extends Object implements Serializable
AgentChecklistItem
See Also:
  • Constructor Details

    • AgentChecklistItem

      public AgentChecklistItem()
    • AgentChecklistItem

      public AgentChecklistItem(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public AgentChecklistItem name(String name)
      Name of the checklist item.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

      public AgentChecklistItem description(String description)
      Description of the checklist item.
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • automatedCheckEnabled

      public AgentChecklistItem automatedCheckEnabled(Boolean automatedCheckEnabled)
      Flag to indicate whether automated check is enabled for this checklist item.
    • getAutomatedCheckEnabled

      public Boolean getAutomatedCheckEnabled()
    • setAutomatedCheckEnabled

      public void setAutomatedCheckEnabled(Boolean automatedCheckEnabled)
    • exactPhraseMatch

      public AgentChecklistItem exactPhraseMatch(Boolean exactPhraseMatch)
      Flag to indicate whether exact phrase matching is applicable for this checklist item.
    • getExactPhraseMatch

      public Boolean getExactPhraseMatch()
    • setExactPhraseMatch

      public void setExactPhraseMatch(Boolean exactPhraseMatch)
    • important

      public AgentChecklistItem important(Boolean important)
      Flag to indicate whether this checklist item is marked as important.
    • getImportant

      public Boolean getImportant()
    • setImportant

      public void setImportant(Boolean important)
    • getSelfUri

      public String getSelfUri()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object