Package com.mypurecloud.sdk.v2.model
Class Topic
java.lang.Object
com.mypurecloud.sdk.v2.model.Topic
- All Implemented Interfaces:
Serializable
Topic
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets matchingTypestatic enumGets or Sets participantsstatic enumGets or Sets strictness -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateModified(Date dateModified) Date time is represented as an ISO-8601 string.datePublished(Date datePublished) Date time is represented as an ISO-8601 string.description(String description) booleangetId()getName()getTags()inthashCode()matchingType(Topic.MatchingTypeEnum matchingType) modifiedBy(AddressableEntityRef modifiedBy) participants(Topic.ParticipantsEnum participants) programs(List<BaseProgramEntity> programs) publishedBy(AddressableEntityRef publishedBy) voidsetDateModified(Date dateModified) voidsetDatePublished(Date datePublished) voidsetDescription(String description) voidsetDialect(String dialect) voidsetMatchingType(Topic.MatchingTypeEnum matchingType) voidsetModifiedBy(AddressableEntityRef modifiedBy) voidvoidsetParticipants(Topic.ParticipantsEnum participants) voidsetPhrases(List<Phrase> phrases) voidsetPrograms(List<BaseProgramEntity> programs) voidsetPublished(Boolean published) voidsetPublishedBy(AddressableEntityRef publishedBy) voidsetStrictness(Topic.StrictnessEnum strictness) voidstrictness(Topic.StrictnessEnum strictness) toString()
-
Constructor Details
-
Topic
public Topic() -
Topic
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
description
-
getDescription
-
setDescription
-
published
-
getPublished
-
setPublished
-
strictness
-
getStrictness
-
setStrictness
-
matchingType
-
getMatchingType
-
setMatchingType
-
programs
-
getPrograms
-
setPrograms
-
tags
-
getTags
-
setTags
-
dialect
-
getDialect
-
setDialect
-
participants
-
getParticipants
-
setParticipants
-
phrases
-
getPhrases
-
setPhrases
-
modifiedBy
-
getModifiedBy
-
setModifiedBy
-
dateModified
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
publishedBy
-
getPublishedBy
-
setPublishedBy
-
datePublished
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDatePublished
-
setDatePublished
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-