Package | Description |
---|---|
com.sap.cloud.sdk.datamodel.odata.client.query |
Modifier and Type | Method and Description |
---|---|
static StructuredQuery |
StructuredQuery.asNestedQueryOnProperty(String fieldName,
ODataProtocol protocol)
Create a nested query on a property.
|
StructuredQuery |
StructuredQuery.filter(Expressions.ValueBoolean... filters) |
static StructuredQuery |
StructuredQuery.onEntity(String entityName,
ODataProtocol protocol)
Create a
StructuredQuery for building up OData 2.0 or 4.0 queries. |
StructuredQuery |
StructuredQuery.orderBy(OrderExpression ordering) |
StructuredQuery |
StructuredQuery.orderBy(String field,
Order order) |
StructuredQuery |
StructuredQuery.search(String search) |
StructuredQuery |
StructuredQuery.select(String... fields)
Query modifier to limit which field values of the entity get fetched and populated.
|
StructuredQuery |
StructuredQuery.select(StructuredQuery... subqueries)
Query modifier to limit which complex and navigational properties will be expanded (and thus selected).
|
StructuredQuery |
StructuredQuery.skip(Number skip) |
StructuredQuery |
StructuredQuery.top(Number top) |
Modifier and Type | Method and Description |
---|---|
Collection<StructuredQuery> |
StructuredQuery.getComplexSelectors() |
Modifier and Type | Method and Description |
---|---|
StructuredQuery |
StructuredQuery.select(StructuredQuery... subqueries)
Query modifier to limit which complex and navigational properties will be expanded (and thus selected).
|
Copyright © 2020 SAP SE. All rights reserved.