Package com.mypurecloud.sdk.v2.model
Class SocialTopicPatchRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.SocialTopicPatchRequest
- All Implemented Interfaces:
Serializable
SocialTopicPatchRequest
- 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 currently belongs to OR which it should be moved to.booleangetName()inthashCode()Name of the social topic.voidsetDescription(String description) voidsetDivisionId(String divisionId) voidtoString()
-
Constructor Details
-
SocialTopicPatchRequest
public SocialTopicPatchRequest() -
SocialTopicPatchRequest
-
-
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 currently belongs to OR which it should be moved to. -
getDivisionId
-
setDivisionId
-
equals
-
hashCode
public int hashCode() -
toString
-