Package com.mypurecloud.sdk.v2.model
Class WrapupInput
java.lang.Object
com.mypurecloud.sdk.v2.model.WrapupInput
- All Implemented Interfaces:
Serializable
WrapupInput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe user configured wrap up code id.disableEndTimeUpdates(Boolean disableEndTimeUpdates) Prevent updates to wrapup end time when set to true.durationSeconds(Integer durationSeconds) The length of time in seconds that the agent spent doing after call work.The timestamp when the wrapup was finished.booleangetCode()getName()getNotes()getTags()inthashCode()The user configured wrap up code name.Text entered by the agent to describe the call or disposition.provisional(Boolean provisional) Indicates if this is a pending save and should not require a code to be specified.voidvoidsetDisableEndTimeUpdates(Boolean disableEndTimeUpdates) voidsetDurationSeconds(Integer durationSeconds) voidsetEndTime(Date endTime) voidvoidvoidsetProvisional(Boolean provisional) voidList of tags selected by the agent to describe the call or disposition.toString()
-
Constructor Details
-
WrapupInput
public WrapupInput() -
WrapupInput
-
-
Method Details
-
code
The user configured wrap up code id. -
getCode
-
setCode
-
name
The user configured wrap up code name. -
getName
-
setName
-
notes
Text entered by the agent to describe the call or disposition. -
getNotes
-
setNotes
-
tags
List of tags selected by the agent to describe the call or disposition. -
getTags
-
setTags
-
durationSeconds
The length of time in seconds that the agent spent doing after call work. -
getDurationSeconds
-
setDurationSeconds
-
endTime
The timestamp when the wrapup was finished. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEndTime
-
setEndTime
-
provisional
Indicates if this is a pending save and should not require a code to be specified. This allows someone to save some temporary wrapup that will be used later. -
getProvisional
-
setProvisional
-
disableEndTimeUpdates
Prevent updates to wrapup end time when set to true. -
getDisableEndTimeUpdates
-
setDisableEndTimeUpdates
-
equals
-
hashCode
public int hashCode() -
toString
-