Uses of Enum Class
com.mypurecloud.sdk.v2.model.CopilotContextFilter.OperatorEnum
Packages that use CopilotContextFilter.OperatorEnum
-
Uses of CopilotContextFilter.OperatorEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CopilotContextFilter.OperatorEnumModifier and TypeMethodDescriptionCopilotContextFilter.OperatorEnum.fromString(String key) CopilotContextFilter.getOperator()Returns the enum constant of this class with the specified name.static CopilotContextFilter.OperatorEnum[]CopilotContextFilter.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 CopilotContextFilter.OperatorEnumModifier and TypeMethodDescriptionCopilotContextFilter.operator(CopilotContextFilter.OperatorEnum operator) Operator to apply for multiple context values, default: MatchAll.voidCopilotContextFilter.setOperator(CopilotContextFilter.OperatorEnum operator)