@sap-cloud-sdk/odata-v4
Version:
SAP Cloud SDK for JavaScript common functions of OData client generator and OpenAPI clint generator.
17 lines • 576 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Entity = void 0;
const odata_common_1 = require("@sap-cloud-sdk/odata-common");
const internal_1 = require("@sap-cloud-sdk/odata-common/internal");
/**
* Super class for all representations of OData v4 entity types.
*/
class Entity extends odata_common_1.EntityBase {
constructor(_entityApi) {
super(_entityApi);
this._oDataVersion = 'v4';
(0, internal_1.nonEnumerable)(this, '_oDataVersion');
}
}
exports.Entity = Entity;
//# sourceMappingURL=entity.js.map