Package com.mypurecloud.sdk.v2.model
Class TopicRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.TopicRequest
- All Implemented Interfaces:
Serializable
TopicRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe topic participants, default value is Allstatic enumThe topic strictness, default value is 72 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The topic descriptionThe topic dialectbooleangetName()getTags()inthashCode()The topic nameparticipants(TopicRequest.ParticipantsEnum participants) The topic participants, default value is AllThe topic phrasesprogramIds(List<String> programIds) The ids of programs associated to the topicvoidsetDescription(String description) voidsetDialect(String dialect) voidvoidsetParticipants(TopicRequest.ParticipantsEnum participants) voidsetPhrases(List<Phrase> phrases) voidsetProgramIds(List<String> programIds) voidsetStrictness(TopicRequest.StrictnessEnum strictness) voidstrictness(TopicRequest.StrictnessEnum strictness) The topic strictness, default value is 72The topic tagstoString()
-
Constructor Details
-
TopicRequest
public TopicRequest() -
TopicRequest
-
-
Method Details
-
name
The topic name -
getName
-
setName
-
description
The topic description -
getDescription
-
setDescription
-
strictness
The topic strictness, default value is 72 -
getStrictness
-
setStrictness
-
programIds
The ids of programs associated to the topic -
getProgramIds
-
setProgramIds
-
tags
The topic tags -
getTags
-
setTags
-
dialect
The topic dialect -
getDialect
-
setDialect
-
participants
The topic participants, default value is All -
getParticipants
-
setParticipants
-
phrases
The topic phrases -
getPhrases
-
setPhrases
-
equals
-
hashCode
public int hashCode() -
toString
-