Package com.mypurecloud.sdk.v2.model
Class IgnoreTopic
java.lang.Object
com.mypurecloud.sdk.v2.model.IgnoreTopic
- All Implemented Interfaces:
Serializable
IgnoreTopic
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumMedia Type for the entity (Optional)static enumType of participant -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetText()inthashCode()mediaType(IgnoreTopic.MediaTypeEnum mediaType) Media Type for the entity (Optional)participant(IgnoreTopic.ParticipantEnum participant) Type of participantvoidsetMediaType(IgnoreTopic.MediaTypeEnum mediaType) voidsetParticipant(IgnoreTopic.ParticipantEnum participant) voidText of the topic to be ignoredtoString()
-
Constructor Details
-
IgnoreTopic
public IgnoreTopic() -
IgnoreTopic
-
-
Method Details
-
text
Text of the topic to be ignored -
getText
-
setText
-
participant
Type of participant -
getParticipant
-
setParticipant
-
mediaType
Media Type for the entity (Optional) -
getMediaType
-
setMediaType
-
equals
-
hashCode
public int hashCode() -
toString
-