Search Expression
Represents a parsed OData search expression.
- See Also:
-
{@link com.sap.cloud.mobile.kotlin.odata.SearchTerm}.
Inheritors
Functions
Link copied to clipboard
Return the and combination of this search expression with another search expression.
Link copied to clipboard
Return true if this search expression matches a specified list of words.
Equivalent to matchesWithOptions(words, SearchOptions.none).
Link copied to clipboard
Return true if this search expression matches a specified list of words.
Link copied to clipboard
Return the negation of this search expression.
Link copied to clipboard
Return the or combination of this search expression with another search expression.