Uses of Class
com.mypurecloud.sdk.v2.model.FlowObservationQueryPredicate
Packages that use FlowObservationQueryPredicate
-
Uses of FlowObservationQueryPredicate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowObservationQueryPredicateModifier and TypeMethodDescriptionFlowObservationQueryPredicate.dimension(FlowObservationQueryPredicate.DimensionEnum dimension) Left hand side for dimension predicatesFlowObservationQueryPredicate.operator(FlowObservationQueryPredicate.OperatorEnum operator) Optional operator, default is matchesFlowObservationQueryPredicate.range(NumericRange range) Right hand side for dimension predicatesFlowObservationQueryPredicate.type(FlowObservationQueryPredicate.TypeEnum type) Optional type, can usually be inferredRight hand side for dimension predicatesMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type FlowObservationQueryPredicateModifier and TypeMethodDescriptionFlowObservationQueryClause.getPredicates()FlowObservationQueryFilter.getPredicates()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type FlowObservationQueryPredicateModifier and TypeMethodDescriptionFlowObservationQueryClause.predicates(List<FlowObservationQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).FlowObservationQueryFilter.predicates(List<FlowObservationQueryPredicate> predicates) Like a three-word sentence: (attribute-name) (operator) (target-value).voidFlowObservationQueryClause.setPredicates(List<FlowObservationQueryPredicate> predicates) voidFlowObservationQueryFilter.setPredicates(List<FlowObservationQueryPredicate> predicates)