@sap-cloud-sdk/odata-v4
Version:
SAP Cloud SDK for JavaScript common functions of OData client generator and OpenAPI clint generator.
15 lines • 772 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CountRequestBuilder = void 0;
const odata_common_1 = require("@sap-cloud-sdk/odata-common");
/**
* Create an OData request to count entities based on the configuration of the request.
* A `CountRequestBuilder` allows only for execution of the request.
* If you want to apply query parameters like filter, skip or top do it on the {@link GetAllRequestBuilder} the count is created from.
* @typeParam EntityT - Type of the entity to be requested.
* @typeParam DeSerializersT - Type of the (de-)serializers.
*/
class CountRequestBuilder extends odata_common_1.CountRequestBuilder {
}
exports.CountRequestBuilder = CountRequestBuilder;
//# sourceMappingURL=count-request-builder.js.map