import { EngmntProjRsceSup } from './EngmntProjRsceSup'; import { EngmntProjRsceSupRequestBuilder } from './EngmntProjRsceSupRequestBuilder'; import { EngmntProjRsceDmndApi } from './EngmntProjRsceDmndApi'; import { EngmntProjRsceSupDistrApi } from './EngmntProjRsceSupDistrApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, OneToOneLink, Link } from '@sap-cloud-sdk/odata-v2'; export declare class EngmntProjRsceSupApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ EngmntProjRsceDmndApi, EngmntProjRsceSupDistrApi ]): this; entityConstructor: typeof EngmntProjRsceSup; requestBuilder(): EngmntProjRsceSupRequestBuilder; 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 one-to-many navigation property [[toResourceSupplyDistribution]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_RESOURCE_SUPPLY_DISTRIBUTION: Link, DeSerializersT, EngmntProjRsceSupDistrApi>; /** * 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 [[engagementProject]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ENGAGEMENT_PROJECT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[deliveryOrganization]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_ORGANIZATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[workforcePersonUserId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WORKFORCE_PERSON_USER_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[country2DigitIsoCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COUNTRY_2_DIGIT_ISO_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[keyDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ KEY_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[personWorkAgreement]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERSON_WORK_AGREEMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, 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=EngmntProjRsceSupApi.d.ts.map