Package com.mypurecloud.sdk.v2.model
Class Wrapup
java.lang.Object
com.mypurecloud.sdk.v2.model.Wrapup
- All Implemented Interfaces:
Serializable
Wrapup
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe user configured wrap up code id.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.voidvoidsetDurationSeconds(Integer durationSeconds) voidsetEndTime(Date endTime) voidvoidvoidsetProvisional(Boolean provisional) voidList of tags selected by the agent to describe the call or disposition.toString()
-
Constructor Details
-
Wrapup
public Wrapup() -
Wrapup
-
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-