Package com.mypurecloud.sdk.v2.model
Class SocialTopicRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.SocialTopicRequest
- All Implemented Interfaces:
Serializable
SocialTopicRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the social topic.divisionId(String divisionId) The ID of the division the social topic belongs to.booleangetName()inthashCode()Name of the social topic.voidsetDescription(String description) voidsetDivisionId(String divisionId) voidtoString()
-
Constructor Details
-
SocialTopicRequest
public SocialTopicRequest() -
SocialTopicRequest
-
-
Method Details
-
name
Name of the social topic. -
getName
-
setName
-
description
A description of the social topic. -
getDescription
-
setDescription
-
divisionId
The ID of the division the social topic belongs to. -
getDivisionId
-
setDivisionId
-
equals
-
hashCode
public int hashCode() -
toString
-