Interface SearchBinary
- All Superinterfaces:
SearchExpression
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.apache.olingo.server.api.uri.queryoption.search.SearchExpression
asSearchBinary, asSearchTerm, asSearchUnary, isSearchBinary, isSearchTerm, isSearchUnary
-
Method Details
-
getOperator
SearchBinaryOperatorKind getOperator() -
getLeftOperand
SearchExpression getLeftOperand() -
getRightOperand
SearchExpression getRightOperand()
-