Class SocialTopicPatchRequest

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

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

    • SocialTopicPatchRequest

      public SocialTopicPatchRequest()
    • SocialTopicPatchRequest

      public SocialTopicPatchRequest(Boolean initWithEmptyList)
  • Method Details

    • name

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

      public String getName()
    • setName

      public void setName(String name)
    • description

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

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • divisionId

      public SocialTopicPatchRequest divisionId(String divisionId)
      The ID of the division the social topic currently belongs to OR which it should be moved 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