import { EngmntProjRsceDmndDistr } from './EngmntProjRsceDmndDistr'; import { EngmntProjRsceDmndDistrRequestBuilder } from './EngmntProjRsceDmndDistrRequestBuilder'; import { EngmntProjRsceDmndApi } from './EngmntProjRsceDmndApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, OneToOneLink } from '@sap-cloud-sdk/odata-v2'; export declare class EngmntProjRsceDmndDistrApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ EngmntProjRsceDmndApi ]): this; entityConstructor: typeof EngmntProjRsceDmndDistr; requestBuilder(): EngmntProjRsceDmndDistrRequestBuilder; 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 [[toResourceDemand]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_RESOURCE_DEMAND: OneToOneLink, DeSerializersT, EngmntProjRsceDmndApi>; /** * 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 [[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 [[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 [[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 [[demandCostAmt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DEMAND_COST_AMT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[demandRevAmt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DEMAND_REV_AMT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; }; } //# sourceMappingURL=EngmntProjRsceDmndDistrApi.d.ts.map