Package org.apache.olingo.client.api.uri
Interface URIFilter
- All Known Implementing Classes:
AndFilter,EqFilter,GeFilter,GtFilter,HasFilter,LeFilter,LtFilter,MatchFilter,NeFilter,NotFilter,OrFilter
public interface URIFilter
Interface for any available filter; obtain instances via FilterFactory.
- See Also:
-
Method Summary
-
Method Details
-
build
String build()- Returns:
- String representation of this filter.
-