Package com.mypurecloud.sdk.v2.model
Class WrapupCode
java.lang.Object
com.mypurecloud.sdk.v2.model.WrapupCode
- All Implemented Interfaces:
Serializable
WrapupCode
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe ID of the user that created the wrap-up code.dateCreated(Date dateCreated) Date when the wrap-up code was created.dateModified(Date dateModified) Date when the wrap-up code was last modified.description(String description) The wrap-up code description.division(StarrableDivision division) The division to which this entity belongs.booleangetId()getName()inthashCode()modifiedBy(String modifiedBy) The ID of the user that modified the wrap-up code.The wrap-up code name.voidsetCreatedBy(String createdBy) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDescription(String description) voidsetDivision(StarrableDivision division) voidsetModifiedBy(String modifiedBy) voidtoString()
-
Constructor Details
-
WrapupCode
public WrapupCode() -
WrapupCode
-
-
Method Details
-
getId
-
name
The wrap-up code name. -
getName
-
setName
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
description
The wrap-up code description. -
getDescription
-
setDescription
-
dateCreated
Date when the wrap-up code was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
Date when the wrap-up code was last modified. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
createdBy
The ID of the user that created the wrap-up code. -
getCreatedBy
-
setCreatedBy
-
modifiedBy
The ID of the user that modified the wrap-up code. -
getModifiedBy
-
setModifiedBy
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-