Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.warehouse.WarehouseStorageType
Packages that use WarehouseStorageType
Package
Description
-
Uses of WarehouseStorageType in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.warehouse
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.warehouse with type parameters of type WarehouseStorageTypeModifier and TypeFieldDescriptionstatic final SimpleProperty<WarehouseStorageType>WarehouseStorageType.ALL_FIELDSSelector for all available fields of WarehouseStorageType.static final SimpleProperty.String<WarehouseStorageType>WarehouseStorageType.EWM_STORAGE_TYPEstatic final SimpleProperty.String<WarehouseStorageType>WarehouseStorageType.EWM_WAREHOUSEstatic final NavigationProperty.Single<WarehouseStorageType,Warehouse> WarehouseStorageType.TO__WAREHOUSEUse with available request builders to apply the _Warehouse navigation property to query operations.static final NavigationProperty.Collection<Warehouse,WarehouseStorageType> Warehouse.TO__WAREHOUSE_STORAGE_TYPEUse with available request builders to apply the _WarehouseStorageType navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.warehouse that return WarehouseStorageTypeMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.warehouse that return types with arguments of type WarehouseStorageTypeModifier and TypeMethodDescriptionWarehouseStorageType.getType()io.vavr.control.Option<List<WarehouseStorageType>>Warehouse.getWarehouseStorageTypeIfPresent()Retrieval of associated WarehouseStorageType entities (one to many).Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.warehouse with parameters of type WarehouseStorageTypeModifier and TypeMethodDescriptionvoidWarehouse.addWarehouseStorageType(WarehouseStorageType... entity) Adds elements to the list of associated WarehouseStorageType entities.Warehouse.WarehouseBuilder.warehouseStorageType(WarehouseStorageType... value) Navigation property _WarehouseStorageType for Warehouse to multiple WarehouseStorageType.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.warehouse with type arguments of type WarehouseStorageTypeModifier and TypeMethodDescriptionvoidWarehouse.setWarehouseStorageType(List<WarehouseStorageType> value) Overwrites the list of associated WarehouseStorageType entities for the loaded navigation property _WarehouseStorageType.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.warehouse with type arguments of type WarehouseStorageTypeModifierConstructorDescriptionWarehouse(String eWMWarehouse, List<WarehouseStorageType> to_WarehouseStorageType) -
Uses of WarehouseStorageType in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type WarehouseStorageTypeModifier and TypeMethodDescriptionDefaultWarehouseService.countWarehouseStorageType()Deprecated.WarehouseService.countWarehouseStorageType()Deprecated.Fetch the number of entries from theWarehouseStorageTypeentity collection matching the filter and search expressions.DefaultWarehouseService.getAllWarehouseStorageType()Deprecated.WarehouseService.getAllWarehouseStorageType()Deprecated.Fetch multipleWarehouseStorageTypeentities.DefaultWarehouseService.getWarehouseStorageTypeByKey(String eWMWarehouse, String eWMStorageType) Deprecated.WarehouseService.getWarehouseStorageTypeByKey(String eWMWarehouse, String eWMStorageType) Deprecated.Fetch a singleWarehouseStorageTypeentity using key fields.