Package com.mypurecloud.sdk.v2.model
Class SocialTopicResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.SocialTopicResponse
- All Implemented Interfaces:
Serializable
SocialTopicResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the social topic. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateCreated(Date dateCreated) Timestamp indicating when the social topic was created.dateModified(Date dateModified) Timestamp indicating when the social topic was last updated.description(String description) A description of the social topic.divisionId(String divisionId) The ID of the division to which the social topic belongs to.booleangetId()getName()inthashCode()ID of the social topic.The name of the social topic.voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDescription(String description) voidsetDivisionId(String divisionId) voidvoidvoidstatus(SocialTopicResponse.StatusEnum status) The status of the social topic.toString()
-
Constructor Details
-
SocialTopicResponse
public SocialTopicResponse() -
SocialTopicResponse
-
-
Method Details
-
id
ID of the social topic. -
getId
-
setId
-
name
The name of the social topic. -
getName
-
setName
-
description
A description of the social topic. -
getDescription
-
setDescription
-
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
-
setDateCreated
-
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
-
setDateModified
-
divisionId
The ID of the division to which the social topic belongs to. -
getDivisionId
-
setDivisionId
-
status
The status of the social topic. -
getStatus
-
setStatus
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-