Class LabelResponse

java.lang.Object
com.mypurecloud.sdk.v2.model.LabelResponse
All Implemented Interfaces:
Serializable

public class LabelResponse extends Object implements Serializable
LabelResponse
See Also:
  • Constructor Details

    • LabelResponse

      public LabelResponse()
    • LabelResponse

      public LabelResponse(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public LabelResponse name(String name)
      The name of the label.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • color

      public LabelResponse color(String color)
      The color of the label.
    • getColor

      public String getColor()
    • setColor

      public void setColor(String color)
    • dateCreated

      public LabelResponse dateCreated(Date 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

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • dateModified

      public LabelResponse dateModified(Date 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

      public Date getDateModified()
    • setDateModified

      public void setDateModified(Date dateModified)
    • documentCount

      public LabelResponse documentCount(Integer documentCount)
      Number of documents assigned to this label.
    • getDocumentCount

      public Integer getDocumentCount()
    • setDocumentCount

      public void setDocumentCount(Integer documentCount)
    • externalId

      public LabelResponse externalId(String externalId)
      The external id associated with the label.
    • getExternalId

      public String getExternalId()
    • setExternalId

      public void setExternalId(String externalId)
    • getSelfUri

      public String getSelfUri()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object