Package com.mypurecloud.sdk.v2.model
Class Workbin
java.lang.Object
com.mypurecloud.sdk.v2.model.Workbin
- All Implemented Interfaces:
Serializable
Workbin
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateCreated(Date dateCreated) The creation date of the Workbin.dateModified(Date dateModified) The modified date of the Workbin.description(String description) Workbin descriptionThe division to which this entity belongs.booleangetId()getName()inthashCode()modifiedBy(UserReference modifiedBy) The id of the User who modified the Workbin.Workbin namevoidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDescription(String description) voidsetDivision(Division division) voidsetModifiedBy(UserReference modifiedBy) voidtoString()
-
Constructor Details
-
Workbin
public Workbin() -
Workbin
-
-
Method Details
-
getId
-
name
Workbin name -
getName
-
setName
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
description
Workbin description -
getDescription
-
setDescription
-
dateCreated
The creation date of the Workbin. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
The modified date of the Workbin. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
modifiedBy
The id of the User who modified the Workbin. -
getModifiedBy
-
setModifiedBy
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-