Uses of Enum Class
io.camunda.search.clients.query.SearchMatchQuery.SearchMatchQueryOperator
Packages that use SearchMatchQuery.SearchMatchQueryOperator
-
Uses of SearchMatchQuery.SearchMatchQueryOperator in io.camunda.search.clients.query
Methods in io.camunda.search.clients.query that return SearchMatchQuery.SearchMatchQueryOperatorModifier and TypeMethodDescriptionSearchMatchQuery.operator()Returns the value of theoperatorrecord component.Returns the enum constant of this class with the specified name.SearchMatchQuery.SearchMatchQueryOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.search.clients.query with parameters of type SearchMatchQuery.SearchMatchQueryOperatorModifier and TypeMethodDescriptionstatic <A> SearchQuerySearchQueryBuilders.match(String field, String value, SearchMatchQuery.SearchMatchQueryOperator operator) SearchMatchQuery.Builder.operator(SearchMatchQuery.SearchMatchQueryOperator value) static <C extends List<Operation<String>>>
List<SearchQuery> SearchQueryBuilders.stringMatchWithHasChildOperations(String field, C operations, String childType, SearchMatchQuery.SearchMatchQueryOperator matchQueryOperator) Constructors in io.camunda.search.clients.query with parameters of type SearchMatchQuery.SearchMatchQueryOperatorModifierConstructorDescriptionSearchMatchQuery(String field, String query, SearchMatchQuery.SearchMatchQueryOperator operator) Creates an instance of aSearchMatchQueryrecord class.