Package org.apache.olingo.client.api.uri
Interface FilterArg
- All Known Implementing Classes:
FilterConst,FilterFunction,FilterLambda,FilterLiteral,FilterOp,FilterProperty
public interface FilterArg
Interface for any available filter argument.
-
Method Summary
-
Method Details
-
build
String build()- Returns:
- String representation of this filter argument.
-