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