Package com.mypurecloud.sdk.v2.model
Class WorkitemWrapup
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkitemWrapup
- All Implemented Interfaces:
Serializable
WorkitemWrapup
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateModified(Date dateModified) The modified date of the Workitem when the wrapup code was added.booleangetUser()inthashCode()modifiedBy(UserReference modifiedBy) The user who added the wrapup code to the workitem.voidsetDateModified(Date dateModified) voidsetModifiedBy(UserReference modifiedBy) voidsetUser(UserReference user) voidsetWorkitem(WorkitemReference workitem) voidsetWrapupCode(WrapupIdReference wrapupCode) toString()user(UserReference user) The user for whom wrapup code was added.workitem(WorkitemReference workitem) Workitem that the wrapup code has been added to.wrapupCode(WrapupIdReference wrapupCode) The wrapup code used in the workitem.
-
Constructor Details
-
WorkitemWrapup
public WorkitemWrapup() -
WorkitemWrapup
-
-
Method Details
-
workitem
Workitem that the wrapup code has been added to. -
getWorkitem
-
setWorkitem
-
wrapupCode
The wrapup code used in the workitem. -
getWrapupCode
-
setWrapupCode
-
modifiedBy
The user who added the wrapup code to the workitem. -
getModifiedBy
-
setModifiedBy
-
user
The user for whom wrapup code was added. This may be the same as modifiedBy. -
getUser
-
setUser
-
dateModified
The modified date of the Workitem when the wrapup code was added. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
equals
-
hashCode
public int hashCode() -
toString
-