Uses of Enum Class
com.mypurecloud.sdk.v2.model.TranscriptSearchCriteria.OperatorEnum
Packages that use TranscriptSearchCriteria.OperatorEnum
-
Uses of TranscriptSearchCriteria.OperatorEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TranscriptSearchCriteria.OperatorEnumModifier and TypeMethodDescriptionTranscriptSearchCriteria.OperatorEnum.fromString(String key) TranscriptSearchCriteria.getOperator()Returns the enum constant of this class with the specified name.TranscriptSearchCriteria.OperatorEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type TranscriptSearchCriteria.OperatorEnumModifier and TypeMethodDescriptionTranscriptSearchCriteria.operator(TranscriptSearchCriteria.OperatorEnum operator) How to apply this search criteria against other criteriavoidTranscriptSearchCriteria.setOperator(TranscriptSearchCriteria.OperatorEnum operator)