Package com.mypurecloud.sdk.v2.model
Class WorkbinVersion
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkbinVersion
- All Implemented Interfaces:
Serializable
WorkbinVersion
- 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) voidvoidsetVersion(Integer version) toString()Version
-
Constructor Details
-
WorkbinVersion
public WorkbinVersion() -
WorkbinVersion
-
-
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
-
version
Version -
getVersion
-
setVersion
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-