Package | Description |
---|---|
com.sap.cloud.sdk.datamodel.odatav4.core |
Modifier and Type | Method and Description |
---|---|
CountRequestBuilder<EntityT> |
ServiceWithNavigableEntityCollection.count()
Fetch the number of entries from the entity collection matching the filter and search expressions.
|
CountRequestBuilder<EntityT> |
CountRequestBuilder.filter(FilterableBoolean<EntityT>... filters)
Filter on properties of EntityT.
|
CountRequestBuilder<EntityT> |
CountRequestBuilder.search(SearchExpression expression)
Request modifier to return the set of entities corresponding to the specified boolean expression.
|
CountRequestBuilder<EntityT> |
CountRequestBuilder.search(String search)
Request modifier to return the set of entities that contain the specified value.
|
Copyright © 2020 SAP SE. All rights reserved.