Class SocialTopicRequest

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

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

    • SocialTopicRequest

      public SocialTopicRequest()
    • SocialTopicRequest

      public SocialTopicRequest(Boolean initWithEmptyList)
  • Method Details

    • name

      public SocialTopicRequest name(String name)
      Name of the social topic.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

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

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • divisionId

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

      public String getDivisionId()
    • setDivisionId

      public void setDivisionId(String divisionId)
    • 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