Uses of Class
com.sap.cloud.sdk.datamodel.odata.client.query.StructuredQuery
Package
Description
-
Uses of StructuredQuery in com.sap.cloud.sdk.datamodel.odata.client.query
Modifier and TypeMethodDescriptionstatic StructuredQuery
StructuredQuery.asNestedQueryOnProperty
(String fieldName, ODataProtocol protocol) Create a nested query on a property.StructuredQuery.filter
(ValueBoolean... filters) Query modified to limit which entities should be contained in the result set.static StructuredQuery
StructuredQuery.onEntity
(String entityName, ODataProtocol protocol) Create aStructuredQuery
for building up OData 2.0 or 4.0 queries.StructuredQuery.orderBy
(OrderExpression ordering) Sets theorderBy
operation for this query object, overwriting any existingorderBy
operations.Adds anorderBy
expression to this query object.Sets thesearch
operation for this query object.StructuredQuery.select
(StructuredQuery... subqueries) Query modifier to limit which complex and navigational properties will be expanded (and thus selected).Query modifier to limit which field values of the entity get fetched and populated.Query modifier to skip a certain amount of results before then adding entities.Query modifier to limit how many entities should be contained in the result set.StructuredQuery.withCustomParameter
(String key, String value) Adds a custom query parameter in the form of a key=value pair.StructuredQuery.withInlineCount()
Requests an inline count by adding the system query option$inlinecount
(OData V2) or$count
(OData V4).Modifier and TypeMethodDescriptionStructuredQuery.select
(StructuredQuery... subqueries) Query modifier to limit which complex and navigational properties will be expanded (and thus selected). -
Uses of StructuredQuery in com.sap.cloud.sdk.datamodel.odata.client.request
ModifierConstructorDescriptionODataRequestCount
(String servicePath, ODataResourcePath resourcePath, StructuredQuery query) Constructor with StructuredQuery for OData Count request.ODataRequestFunction
(String servicePath, ODataResourcePath functionPath, StructuredQuery structQuery) Constructor with StructuredQuery for OData Function request.ODataRequestRead
(String servicePath, ODataResourcePath entityPath, StructuredQuery query) Constructor with StructuredQuery for OData read requests on entity collections directly.ODataRequestReadByKey
(String servicePath, ODataResourcePath entityPath, ODataEntityKey entityKey, StructuredQuery query) Constructor with StructuredQuery for OData read requests on entity collections directly. -
Uses of StructuredQuery in com.sap.cloud.sdk.datamodel.odatav4.core
Modifier and TypeFieldDescriptionprotected final StructuredQuery
AbstractStructuredPropertyQuery.delegateQuery
protected final StructuredQuery
AbstractStructuredPropertyQuery.delegateQuery
protected final StructuredQuery
AbstractStructuredPropertyQuery.delegateQuery