Class WrapupCode

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

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

    • WrapupCode

      public WrapupCode()
    • WrapupCode

      public WrapupCode(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public WrapupCode name(String name)
      The wrap-up code name.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • division

      public WrapupCode division(StarrableDivision division)
      The division to which this entity belongs.
    • getDivision

      public StarrableDivision getDivision()
    • setDivision

      public void setDivision(StarrableDivision division)
    • description

      public WrapupCode description(String description)
      The wrap-up code description.
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • dateCreated

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

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • dateModified

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

      public Date getDateModified()
    • setDateModified

      public void setDateModified(Date dateModified)
    • createdBy

      public WrapupCode createdBy(String createdBy)
      The ID of the user that created the wrap-up code.
    • getCreatedBy

      public String getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • modifiedBy

      public WrapupCode modifiedBy(String modifiedBy)
      The ID of the user that modified the wrap-up code.
    • getModifiedBy

      public String getModifiedBy()
    • setModifiedBy

      public void setModifiedBy(String modifiedBy)
    • 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