import { EngmntProjRsceDmndSkill } from './EngmntProjRsceDmndSkill'; import { EngmntProjRsceDmndSkillRequestBuilder } from './EngmntProjRsceDmndSkillRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class EngmntProjRsceDmndSkillApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof EngmntProjRsceDmndSkill; requestBuilder(): EngmntProjRsceDmndSkillRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * 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 [[skillTagDescription]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SKILL_TAG_DESCRIPTION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=EngmntProjRsceDmndSkillApi.d.ts.map