[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["`Query.CompositeFilterOperator` is an enum that defines operators used within `CompositeFilter`."],["The enum supports two static fields, `AND` and `OR`, for defining composite filter logic."],["Several static methods like `and()` and `or()` are provided to construct composite filters using arrays or collections of subfilters."],["The enum inherits a suite of methods from `Enum` and `Object` classes, such as `valueOf`, `equals`, `hashCode`, and `toString`."],["The methods `of` provides another way to construct a composite filter from an array or collection of sub filters."]]],[]]