Class SocialTopicResponse

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

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

    • SocialTopicResponse

      public SocialTopicResponse()
    • SocialTopicResponse

      public SocialTopicResponse(Boolean initWithEmptyList)
  • Method Details

    • id

      public SocialTopicResponse id(String id)
      ID of the social topic.
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • name

      public SocialTopicResponse name(String name)
      The name of the social topic.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

      public SocialTopicResponse description(String description)
      A description of the social topic.
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • dateCreated

      public SocialTopicResponse dateCreated(Date dateCreated)
      Timestamp indicating when the social topic 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 SocialTopicResponse dateModified(Date dateModified)
      Timestamp indicating when the social topic was last updated. 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)
    • divisionId

      public SocialTopicResponse divisionId(String divisionId)
      The ID of the division to which the social topic belongs to.
    • getDivisionId

      public String getDivisionId()
    • setDivisionId

      public void setDivisionId(String divisionId)
    • status

      The status of the social topic.
    • getStatus

      public SocialTopicResponse.StatusEnum getStatus()
    • setStatus

      public void setStatus(SocialTopicResponse.StatusEnum status)
    • 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