public interface StructuredCollectionQuery<CT extends StructuredCollectionQuery<?>> extends StructuredQuery<CT>, CollectionQuery<CT>
Modifier and Type | Method and Description |
---|---|
CT |
filter(String filter)
Sets the $filter expression.
|
CT |
filter(URIFilter filter)
Sets the filter generating the $filter expression.
|
CT |
orderBy(Sort... sort)
Sets the $orderBy expression.
|
CT |
orderBy(String orderBy)
Sets the $orderBy expression.
|
expand, select
skip, top
clearQueryOptions
CT filter(String filter)
filter
- the $filter expression.CT filter(URIFilter filter)
filter
- filter instance (to be obtained via factory): note that build() method will be immediately
invoked.CT orderBy(Sort... sort)
sort
- sort options.Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.