import { ProductPlantProcurement } from './ProductPlantProcurement'; import { ProductPlantProcurementRequestBuilder } from './ProductPlantProcurementRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class ProductPlantProcurementApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof ProductPlantProcurement; requestBuilder(): ProductPlantProcurementRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[product]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[plant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PLANT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[isAutoPurOrdCreationAllowed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_AUTO_PUR_ORD_CREATION_ALLOWED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[isSourceListRequired]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_SOURCE_LIST_REQUIRED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[sourceOfSupplyCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SOURCE_OF_SUPPLY_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[itmIsRlvtToJitDelivSchedules]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITM_IS_RLVT_TO_JIT_DELIV_SCHEDULES: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=ProductPlantProcurementApi.d.ts.map