Class HistoryEntry

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

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

    • HistoryEntry

      public HistoryEntry()
    • HistoryEntry

      public HistoryEntry(Boolean initWithEmptyList)
  • Method Details

    • action

      public HistoryEntry action(HistoryEntry.ActionEnum action)
      The action performed
    • getAction

      public HistoryEntry.ActionEnum getAction()
    • setAction

      public void setAction(HistoryEntry.ActionEnum action)
    • resource

      public HistoryEntry resource(String resource)
      For actions performed not on the item itself, but on a sub-item, this field identifies the sub-item by name. For example, for actions performed on prompt resources, this will be the prompt resource name.
    • getResource

      public String getResource()
    • setResource

      public void setResource(String resource)
    • timestamp

      public HistoryEntry timestamp(Date timestamp)
      Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getTimestamp

      public Date getTimestamp()
    • setTimestamp

      public void setTimestamp(Date timestamp)
    • user

      public HistoryEntry user(User user)
      User associated with this entry.
    • getUser

      public User getUser()
    • setUser

      public void setUser(User user)
    • client

      public HistoryEntry client(DomainEntityRef client)
      OAuth client associated with this entry.
    • getClient

      public DomainEntityRef getClient()
    • setClient

      public void setClient(DomainEntityRef client)
    • version

      public HistoryEntry version(String version)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • secure

      public HistoryEntry secure(Boolean secure)
    • getSecure

      public Boolean getSecure()
    • setSecure

      public void setSecure(Boolean secure)
    • virtualAgentEnabled

      public HistoryEntry virtualAgentEnabled(Boolean virtualAgentEnabled)
    • getVirtualAgentEnabled

      public Boolean getVirtualAgentEnabled()
    • setVirtualAgentEnabled

      public void setVirtualAgentEnabled(Boolean virtualAgentEnabled)
    • agenticVirtualAgentEnabled

      public HistoryEntry agenticVirtualAgentEnabled(Boolean agenticVirtualAgentEnabled)
    • getAgenticVirtualAgentEnabled

      public Boolean getAgenticVirtualAgentEnabled()
    • setAgenticVirtualAgentEnabled

      public void setAgenticVirtualAgentEnabled(Boolean agenticVirtualAgentEnabled)
    • 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