import { ProductPlantQualityMgmt } from './ProductPlantQualityMgmt'; import { ProductPlantQualityMgmtRequestBuilder } from './ProductPlantQualityMgmtRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class ProductPlantQualityMgmtApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof ProductPlantQualityMgmt; requestBuilder(): ProductPlantQualityMgmtRequestBuilder; 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 [[maximumStoragePeriod]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MAXIMUM_STORAGE_PERIOD: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[qualityMgmtCtrlKey]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ QUALITY_MGMT_CTRL_KEY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[matlQualityAuthorizationGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATL_QUALITY_AUTHORIZATION_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[hasPostToInspectionStock]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HAS_POST_TO_INSPECTION_STOCK: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[inspLotDocumentationIsRequired]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INSP_LOT_DOCUMENTATION_IS_REQUIRED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[suplrQualityManagementSystem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SUPLR_QUALITY_MANAGEMENT_SYSTEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[recrrgInspIntervalTimeInDays]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RECRRG_INSP_INTERVAL_TIME_IN_DAYS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[productQualityCertificateType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_QUALITY_CERTIFICATE_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=ProductPlantQualityMgmtApi.d.ts.map