Package com.mypurecloud.sdk.v2.model
Class IgnorePhrase
java.lang.Object
com.mypurecloud.sdk.v2.model.IgnorePhrase
- All Implemented Interfaces:
Serializable
IgnorePhrase
- 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(IgnorePhrase.MediaTypeEnum mediaType) Media Type for the entity (Optional)participant(IgnorePhrase.ParticipantEnum participant) Type of participantvoidsetMediaType(IgnorePhrase.MediaTypeEnum mediaType) voidsetParticipant(IgnorePhrase.ParticipantEnum participant) voidText of the phrase to be ignoredtoString()
-
Constructor Details
-
IgnorePhrase
public IgnorePhrase() -
IgnorePhrase
-
-
Method Details
-
text
Text of the phrase 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
-