import { ProductStorageLocation } from './ProductStorageLocation'; import { ProductStorageLocationRequestBuilder } from './ProductStorageLocationRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class ProductStorageLocationApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof ProductStorageLocation; requestBuilder(): ProductStorageLocationRequestBuilder; 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 [[storageLocation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STORAGE_LOCATION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[warehouseStorageBin]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WAREHOUSE_STORAGE_BIN: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[maintenanceStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MAINTENANCE_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[physicalInventoryBlockInd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PHYSICAL_INVENTORY_BLOCK_IND: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[creationDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CREATION_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[isMarkedForDeletion]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_MARKED_FOR_DELETION: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[dateOfLastPostedCntUnRstrcdStk]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DATE_OF_LAST_POSTED_CNT_UN_RSTRCD_STK: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[inventoryCorrectionFactor]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INVENTORY_CORRECTION_FACTOR: OrderableEdmTypeField>, DeSerializersT, "Edm.Double", true, true>; /** * Static representation of the [[invtryRestrictedUseStockInd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INVTRY_RESTRICTED_USE_STOCK_IND: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[invtryCurrentYearStockInd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INVTRY_CURRENT_YEAR_STOCK_IND: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[invtryQualInspCurrentYrStkInd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INVTRY_QUAL_INSP_CURRENT_YR_STK_IND: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inventoryBlockStockInd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INVENTORY_BLOCK_STOCK_IND: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[invtryRestStockPrevPeriodInd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INVTRY_REST_STOCK_PREV_PERIOD_IND: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[inventoryStockPrevPeriod]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INVENTORY_STOCK_PREV_PERIOD: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[invtryStockQltyInspPrevPeriod]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INVTRY_STOCK_QLTY_INSP_PREV_PERIOD: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[hasInvtryBlockStockPrevPeriod]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HAS_INVTRY_BLOCK_STOCK_PREV_PERIOD: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[fiscalYearCurrentPeriod]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FISCAL_YEAR_CURRENT_PERIOD: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[fiscalMonthCurrentPeriod]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FISCAL_MONTH_CURRENT_PERIOD: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[fiscalYearCurrentInvtryPeriod]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FISCAL_YEAR_CURRENT_INVTRY_PERIOD: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[leanWrhsManagementPickingArea]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LEAN_WRHS_MANAGEMENT_PICKING_AREA: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=ProductStorageLocationApi.d.ts.map