import { ProductPlantStorage } from './ProductPlantStorage'; import { ProductPlantStorageRequestBuilder } from './ProductPlantStorageRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class ProductPlantStorageApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof ProductPlantStorage; requestBuilder(): ProductPlantStorageRequestBuilder; 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 [[inventoryForCycleCountInd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INVENTORY_FOR_CYCLE_COUNT_IND: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[provisioningServiceLevel]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROVISIONING_SERVICE_LEVEL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[cycleCountingIndicatorIsFixed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CYCLE_COUNTING_INDICATOR_IS_FIXED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[prodMaximumStoragePeriodUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROD_MAXIMUM_STORAGE_PERIOD_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[wrhsMgmtPtwyAndStkRemovalStrgy]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WRHS_MGMT_PTWY_AND_STK_REMOVAL_STRGY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=ProductPlantStorageApi.d.ts.map