Package com.mypurecloud.sdk.v2.model
Class Transcripts
java.lang.Object
com.mypurecloud.sdk.v2.model.Transcripts
- All Implemented Interfaces:
Serializable
Transcripts
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList of transcript contents which needs to satisfy contains criteriadoesNotContain(List<String> doesNotContain) List of transcript contents which needs to satisfy does not contain criteriabooleanexactMatch(List<String> exactMatch) List of transcript contents which needs to satisfy exact match criteriainthashCode()notSimilarTo(List<String> notSimilarTo) List of words or phrases used to filter out transcripts that contain content similar to any item in this listvoidsetContains(List<String> contains) voidsetDoesNotContain(List<String> doesNotContain) voidsetExactMatch(List<String> exactMatch) voidsetNotSimilarTo(List<String> notSimilarTo) toString()
-
Constructor Details
-
Transcripts
public Transcripts() -
Transcripts
-
-
Method Details
-
exactMatch
List of transcript contents which needs to satisfy exact match criteria -
getExactMatch
-
setExactMatch
-
contains
List of transcript contents which needs to satisfy contains criteria -
getContains
-
setContains
-
doesNotContain
List of transcript contents which needs to satisfy does not contain criteria -
getDoesNotContain
-
setDoesNotContain
-
notSimilarTo
List of words or phrases used to filter out transcripts that contain content similar to any item in this list -
getNotSimilarTo
-
setNotSimilarTo
-
equals
-
hashCode
public int hashCode() -
toString
-