import { WorkPackageFunctionSet } from './WorkPackageFunctionSet'; import { WorkPackageFunctionSetRequestBuilder } from './WorkPackageFunctionSetRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class WorkPackageFunctionSetApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof WorkPackageFunctionSet; requestBuilder(): WorkPackageFunctionSetRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[projectId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROJECT_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[workPackageId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WORK_PACKAGE_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[workPackageName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WORK_PACKAGE_NAME: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[workPackageFunctionId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WORK_PACKAGE_FUNCTION_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[workPackageFunctionName]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WORK_PACKAGE_FUNCTION_NAME: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[workPackageFunctionIsBlocked]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WORK_PACKAGE_FUNCTION_IS_BLOCKED: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=WorkPackageFunctionSetApi.d.ts.map