Package com.mypurecloud.sdk.v2.model
Class HistoryEntry
java.lang.Object
com.mypurecloud.sdk.v2.model.HistoryEntry
- All Implemented Interfaces:
Serializable
HistoryEntry
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaction(HistoryEntry.ActionEnum action) The action performedagenticVirtualAgentEnabled(Boolean agenticVirtualAgentEnabled) client(DomainEntityRef client) OAuth client associated with this entry.booleangetUser()inthashCode()For actions performed not on the item itself, but on a sub-item, this field identifies the sub-item by name.voidsetAction(HistoryEntry.ActionEnum action) voidsetAgenticVirtualAgentEnabled(Boolean agenticVirtualAgentEnabled) voidsetClient(DomainEntityRef client) voidsetResource(String resource) voidvoidsetTimestamp(Date timestamp) voidvoidsetVersion(String version) voidsetVirtualAgentEnabled(Boolean virtualAgentEnabled) Date time is represented as an ISO-8601 string.toString()User associated with this entry.virtualAgentEnabled(Boolean virtualAgentEnabled)
-
Constructor Details
-
HistoryEntry
public HistoryEntry() -
HistoryEntry
-
-
Method Details
-
action
The action performed -
getAction
-
setAction
-
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
-
setResource
-
timestamp
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getTimestamp
-
setTimestamp
-
user
User associated with this entry. -
getUser
-
setUser
-
client
OAuth client associated with this entry. -
getClient
-
setClient
-
version
-
getVersion
-
setVersion
-
secure
-
getSecure
-
setSecure
-
virtualAgentEnabled
-
getVirtualAgentEnabled
-
setVirtualAgentEnabled
-
agenticVirtualAgentEnabled
-
getAgenticVirtualAgentEnabled
-
setAgenticVirtualAgentEnabled
-
equals
-
hashCode
public int hashCode() -
toString
-