UNPKG

@sap-cloud-sdk/odata-common

Version:

SAP Cloud SDK for JavaScript common functions of OData client generator and OpenAPI clint generator.

16 lines 480 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AllFields = void 0; /** * Represents the selection of all fields. * This field should be used in the schema of entities. */ class AllFields { constructor(_fieldName, _entityConstructor) { this._fieldName = _fieldName; this._entityConstructor = _entityConstructor; this._fieldName = '*'; } } exports.AllFields = AllFields; //# sourceMappingURL=all-fields.js.map