Package com.mypurecloud.sdk.v2.model
Class TranscriptTopics
java.lang.Object
com.mypurecloud.sdk.v2.model.TranscriptTopics
- All Implemented Interfaces:
Serializable
TranscriptTopics
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanList of topics which need to be excluded in exact match criteria.inthashCode()List of topics which need to be included in exact match criteria.voidsetExcludes(List<String> excludes) voidsetIncludes(List<String> includes) toString()
-
Constructor Details
-
TranscriptTopics
public TranscriptTopics() -
TranscriptTopics
-
-
Method Details
-
includes
List of topics which need to be included in exact match criteria. This field is not mutually exclusive with excludes topic list. -
getIncludes
-
setIncludes
-
excludes
List of topics which need to be excluded in exact match criteria. This field is not mutually exclusive with includes topic list. -
getExcludes
-
setExcludes
-
equals
-
hashCode
public int hashCode() -
toString
-