import { ProductSupplyPlanning } from './ProductSupplyPlanning'; import { ProductSupplyPlanningRequestBuilder } from './ProductSupplyPlanningRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class ProductSupplyPlanningApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof ProductSupplyPlanning; requestBuilder(): ProductSupplyPlanningRequestBuilder; 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 [[fixedLotSizeQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FIXED_LOT_SIZE_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[maximumLotSizeQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MAXIMUM_LOT_SIZE_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[minimumLotSizeQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MINIMUM_LOT_SIZE_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[lotSizeRoundingQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LOT_SIZE_ROUNDING_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[lotSizingProcedure]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LOT_SIZING_PROCEDURE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[mrpType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MRP_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[mrpResponsible]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MRP_RESPONSIBLE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[safetyStockQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SAFETY_STOCK_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[minimumSafetyStockQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MINIMUM_SAFETY_STOCK_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[planningTimeFence]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PLANNING_TIME_FENCE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[abcIndicator]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ABC_INDICATOR: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[maximumStockQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MAXIMUM_STOCK_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[reorderThresholdQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REORDER_THRESHOLD_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[plannedDeliveryDurationInDays]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PLANNED_DELIVERY_DURATION_IN_DAYS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[safetyDuration]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SAFETY_DURATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[planningStrategyGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PLANNING_STRATEGY_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[totalReplenishmentLeadTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TOTAL_REPLENISHMENT_LEAD_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[procurementType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROCUREMENT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[procurementSubType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROCUREMENT_SUB_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[assemblyScrapPercent]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ASSEMBLY_SCRAP_PERCENT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[availabilityCheckType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ AVAILABILITY_CHECK_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[goodsReceiptDuration]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ GOODS_RECEIPT_DURATION: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[mrpGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MRP_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[dfltStorageLocationExtProcmt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DFLT_STORAGE_LOCATION_EXT_PROCMT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[prodRqmtsConsumptionMode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROD_RQMTS_CONSUMPTION_MODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[backwardCnsmpnPeriodInWorkDays]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BACKWARD_CNSMPN_PERIOD_IN_WORK_DAYS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[fwdConsumptionPeriodInWorkDays]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FWD_CONSUMPTION_PERIOD_IN_WORK_DAYS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[baseUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BASE_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[planAndOrderDayDetermination]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PLAN_AND_ORDER_DAY_DETERMINATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[roundingProfile]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ROUNDING_PROFILE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[lotSizeIndependentCosts]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LOT_SIZE_INDEPENDENT_COSTS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[mrpPlanningCalendar]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MRP_PLANNING_CALENDAR: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[rangeOfCvrgPrflCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RANGE_OF_CVRG_PRFL_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[isSafetyTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_SAFETY_TIME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[perdPrflForSftyTme]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERD_PRFL_FOR_SFTY_TME: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[isMrpDependentRqmt]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_MRP_DEPENDENT_RQMT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inHouseProductionTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IN_HOUSE_PRODUCTION_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[productIsForCrossProject]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_IS_FOR_CROSS_PROJECT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[storageCostsPercentageCode]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STORAGE_COSTS_PERCENTAGE_CODE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[srvcLvl]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SRVC_LVL: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[mrpAvailabilityType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MRP_AVAILABILITY_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[followUpProduct]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FOLLOW_UP_PRODUCT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[repetitiveManufacturingIsAllwd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REPETITIVE_MANUFACTURING_IS_ALLWD: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[dependentRequirementsType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DEPENDENT_REQUIREMENTS_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[isBulkMaterialComponent]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_BULK_MATERIAL_COMPONENT: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[repetitiveManufacturingProfile]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REPETITIVE_MANUFACTURING_PROFILE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[rqmtQtyRcptTaktTmeInWrkgDays]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RQMT_QTY_RCPT_TAKT_TME_IN_WRKG_DAYS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[forecastRequirementsAreSplit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FORECAST_REQUIREMENTS_ARE_SPLIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[effectiveOutDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EFFECTIVE_OUT_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[mrpProfile]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MRP_PROFILE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[componentScrapInPercent]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COMPONENT_SCRAP_IN_PERCENT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[productIsToBeDiscontinued]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_IS_TO_BE_DISCONTINUED: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[prodRqmtsAreConsolidated]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROD_RQMTS_ARE_CONSOLIDATED: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[matlCompIsMarkedForBackflush]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATL_COMP_IS_MARKED_FOR_BACKFLUSH: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[proposedProductSupplyArea]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROPOSED_PRODUCT_SUPPLY_AREA: EdmTypeField>, DeSerializersT, "Edm.String", 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 [[plannedOrderActionControl]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PLANNED_ORDER_ACTION_CONTROL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=ProductSupplyPlanningApi.d.ts.map