import { EngmntProjRsceDmnd } from './EngmntProjRsceDmnd'; import { EngmntProjRsceDmndRequestBuilder } from './EngmntProjRsceDmndRequestBuilder'; import { EngmntProjRsceDmndDistrApi } from './EngmntProjRsceDmndDistrApi'; import { EngmntProjRsceDmndSkillApi } from './EngmntProjRsceDmndSkillApi'; import { EngmntProjRsceSupApi } from './EngmntProjRsceSupApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, Link, OneToOneLink } from '@sap-cloud-sdk/odata-v2'; export declare class EngmntProjRsceDmndApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ EngmntProjRsceDmndDistrApi, EngmntProjRsceDmndSkillApi, EngmntProjRsceSupApi ]): this; entityConstructor: typeof EngmntProjRsceDmnd; requestBuilder(): EngmntProjRsceDmndRequestBuilder; 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-many navigation property [[toResourceDemandDistribution]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_RESOURCE_DEMAND_DISTRIBUTION: Link, DeSerializersT, EngmntProjRsceDmndDistrApi>; /** * Static representation of the one-to-one navigation property [[toResourceDemandSkills]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_RESOURCE_DEMAND_SKILLS: OneToOneLink, DeSerializersT, EngmntProjRsceDmndSkillApi>; /** * Static representation of the one-to-many 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: Link, 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 [[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 [[workItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WORK_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[billingControlCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILLING_CONTROL_CATEGORY: 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 [[engagementProjectResourceType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ENGAGEMENT_PROJECT_RESOURCE_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[engagementProjectResource]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ENGAGEMENT_PROJECT_RESOURCE: 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 [[resourceDemandStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RESOURCE_DEMAND_STATUS: 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 [[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=EngmntProjRsceDmndApi.d.ts.map