import { EngmntProjRsceSupDistr } from './EngmntProjRsceSupDistr'; import { EngmntProjRsceSupDistrRequestBuilder } from './EngmntProjRsceSupDistrRequestBuilder'; import { EngmntProjRsceSupApi } from './EngmntProjRsceSupApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, OneToOneLink } from '@sap-cloud-sdk/odata-v2'; export declare class EngmntProjRsceSupDistrApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ EngmntProjRsceSupApi ]): this; entityConstructor: typeof EngmntProjRsceSupDistr; requestBuilder(): EngmntProjRsceSupDistrRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the one-to-one navigation property [[toResourceSupply]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_RESOURCE_SUPPLY: OneToOneLink, DeSerializersT, EngmntProjRsceSupApi>; /** * Static representation of the [[workPackage]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WORK_PACKAGE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[resourceDemand]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RESOURCE_DEMAND: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[resourceSupply]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RESOURCE_SUPPLY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[version]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VERSION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[calendarMonth]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CALENDAR_MONTH: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[calendarYear]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CALENDAR_YEAR: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[unitOfMeasure]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UNIT_OF_MEASURE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[currency]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CURRENCY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[quantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[supplyCostAmt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPPLY_COST_AMT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[supplyRevnAmt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPPLY_REVN_AMT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; }; } //# sourceMappingURL=EngmntProjRsceSupDistrApi.d.ts.map