Package com.mypurecloud.sdk.v2.model
Class LabelResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.LabelResponse
- All Implemented Interfaces:
Serializable
LabelResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe color of the label.dateCreated(Date dateCreated) The creation date and time of the label.dateModified(Date dateModified) The last modification date and time of the label.documentCount(Integer documentCount) Number of documents assigned to this label.booleanexternalId(String externalId) The external id associated with the label.getColor()getId()getName()inthashCode()The name of the label.voidvoidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDocumentCount(Integer documentCount) voidsetExternalId(String externalId) voidtoString()
-
Constructor Details
-
LabelResponse
public LabelResponse() -
LabelResponse
-
-
Method Details
-
getId
-
name
The name of the label. -
getName
-
setName
-
color
The color of the label. -
getColor
-
setColor
-
dateCreated
The creation date and time of the label. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
The last modification date and time of the label. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
documentCount
Number of documents assigned to this label. -
getDocumentCount
-
setDocumentCount
-
externalId
The external id associated with the label. -
getExternalId
-
setExternalId
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-