Class ChecklistItem

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

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

    • ChecklistItem

      public ChecklistItem()
    • ChecklistItem

      public ChecklistItem(Boolean initWithEmptyList)
  • Method Details

    • id

      public ChecklistItem id(String id)
      ID of the checklist item.
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • name

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

      public String getName()
    • setName

      public void setName(String name)
    • description

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

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • automatedCheckEnabled

      public ChecklistItem 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 ChecklistItem 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 ChecklistItem important(Boolean important)
      Flag to indicate whether this checklist item is marked as important.
    • getImportant

      public Boolean getImportant()
    • setImportant

      public void setImportant(Boolean important)
    • stateFromModel

      public ChecklistItem stateFromModel(ChecklistItem.StateFromModelEnum stateFromModel)
      Checklist state as evaluated by the model.
    • getStateFromModel

      public ChecklistItem.StateFromModelEnum getStateFromModel()
    • setStateFromModel

      public void setStateFromModel(ChecklistItem.StateFromModelEnum stateFromModel)
    • stateFromAgent

      public ChecklistItem stateFromAgent(ChecklistItem.StateFromAgentEnum stateFromAgent)
      Checklist state as evaluated by the agent.
    • getStateFromAgent

      public ChecklistItem.StateFromAgentEnum getStateFromAgent()
    • setStateFromAgent

      public void setStateFromAgent(ChecklistItem.StateFromAgentEnum stateFromAgent)
    • dateLastModifiedByModel

      public ChecklistItem dateLastModifiedByModel(Date 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

      public Date getDateLastModifiedByModel()
    • setDateLastModifiedByModel

      public void setDateLastModifiedByModel(Date dateLastModifiedByModel)
    • dateLastModifiedByAgent

      public ChecklistItem dateLastModifiedByAgent(Date 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

      public Date getDateLastModifiedByAgent()
    • setDateLastModifiedByAgent

      public void setDateLastModifiedByAgent(Date dateLastModifiedByAgent)
    • lastModifiedInAcw

      public ChecklistItem lastModifiedInAcw(Boolean lastModifiedInAcw)
      Flag to indicate whether this checklist item was modified in ACW.
    • getLastModifiedInAcw

      public Boolean getLastModifiedInAcw()
    • setLastModifiedInAcw

      public void setLastModifiedInAcw(Boolean lastModifiedInAcw)
    • 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